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 48a5626 commit 06fb4a8Copy full SHA for 06fb4a8
pyproject.toml
@@ -41,6 +41,9 @@ dependencies = [
41
"django-stubs-ext",
42
]
43
44
+[tool.setuptools.dynamic]
45
+version = {attr = "django_tasks.__version__"}
46
+
47
[project.urls]
48
Source = "https://github.com/RealOrangeOne/django-tasks"
49
Issues = "https://github.com/RealOrangeOne/django-tasks/issues"
0 commit comments