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 21d961f commit bf74ba4Copy full SHA for bf74ba4
pyproject.toml
@@ -52,6 +52,9 @@ static-ace = ["djangocms-static-ace"]
52
where = ["src"]
53
exclude = ["tests"]
54
55
+[tool.setuptools.dynamic]
56
+version = {attr = "djangocms_snippet.__version__"}
57
+
58
[project.urls]
59
"Bug Tracker" = "https://github.com/django-cms/djangocms-snippet/issues"
60
Changelog = "https://github.com/django-cms/djangocms-snippet/blob/master/CHANGELOG.rst"
0 commit comments