Skip to content

Commit

Permalink
🔧 chore: Update-pyproject.toml-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYAN-NIKNEZHAD committed Aug 18, 2024
1 parent 856837c commit 150edaf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ repository = "https://github.com/sageteamorg/django-iranian-cities"
packages = [
{include = "iranian_cities"}
]

[tool.poetry.urls]
"Source Code" = "https://github.com/sageteamorg/django-iranian-cities"
"Issues" = "https://github.com/sageteamorg/django-iranian-cities/issues"

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
django = ">=3.2,<6.0"
Expand Down Expand Up @@ -191,7 +196,7 @@ load-plugins = [
"pylint_django",
"pylint.extensions.docparams",
]
django-settings-module = "myproject.settings"
django-settings-module = "kernel.settings"
good-names = [
"qs", # QuerySet abbreviation
"pk", # Primary key abbreviation
Expand Down

0 comments on commit 150edaf

Please sign in to comment.