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 1e8cf94 commit dd0a575Copy full SHA for dd0a575
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "djangocms-moderation"
7
-version = "2.2.2"
+dynamic = [ "version" ]
8
description = "Provide moderation workflows for content in Django CMS"
9
readme = "README.rst"
10
license = {text = "BSD"}
@@ -46,6 +46,9 @@ Repository = "https://github.com/django-cms/djangocms-moderation"
46
Documentation = "https://github.com/django-cms/djangocms-moderation"
47
"Bug Tracker" = "https://github.com/django-cms/djangocms-moderation/issues"
48
49
+[tool.setuptools.dynamic]
50
+version = { attr = "djangocms_moderation.__version__" }
51
+
52
[tool.setuptools.packages.find]
53
include = ["djangocms_moderation*"]
54
0 commit comments