We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d5f64 commit fb59825Copy full SHA for fb59825
pyproject.toml
@@ -12,18 +12,18 @@ description = "A place to test things out"
12
requires-python = ">=3.11"
13
classifiers = [
14
"Programming Language :: Python :: 3",
15
- "License :: OSI Approved :: MIT License",
16
"Operating System :: OS Independent",
17
]
18
keywords = [
19
"django",
20
"django commons",
21
+license = "MIT"
22
23
[tool.setuptools.dynamic]
24
version = {attr = "django_commons_best_practices.__version__"}
25
readme = {file = ["README.md"]}
26
27
[project.urls]
28
Homepage = "https://github.com/django-commons/best-practices"
29
-Issues = "https://github.com/django-commons/best-practices/issues"
+Issues = "https://github.com/django-commons/best-practices/issues"
0 commit comments