Skip to content

Commit 06fb4a8

Browse files
committed
Correctly determine version for package
1 parent 48a5626 commit 06fb4a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ dependencies = [
4141
"django-stubs-ext",
4242
]
4343

44+
[tool.setuptools.dynamic]
45+
version = {attr = "django_tasks.__version__"}
46+
4447
[project.urls]
4548
Source = "https://github.com/RealOrangeOne/django-tasks"
4649
Issues = "https://github.com/RealOrangeOne/django-tasks/issues"

0 commit comments

Comments
 (0)