Skip to content

Commit bf74ba4

Browse files
author
Josh Yu
committed
fix: pyproject.toml
1 parent 21d961f commit bf74ba4

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
@@ -52,6 +52,9 @@ static-ace = ["djangocms-static-ace"]
5252
where = ["src"]
5353
exclude = ["tests"]
5454

55+
[tool.setuptools.dynamic]
56+
version = {attr = "djangocms_snippet.__version__"}
57+
5558
[project.urls]
5659
"Bug Tracker" = "https://github.com/django-cms/djangocms-snippet/issues"
5760
Changelog = "https://github.com/django-cms/djangocms-snippet/blob/master/CHANGELOG.rst"

0 commit comments

Comments
 (0)