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 49e0791 commit 924cf79Copy full SHA for 924cf79
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "djangocms-attributes-field"
3
-version = "4.1.0"
+dynamic = ["version"]
4
description = "Adds attributes to Django models."
5
authors = [
6
{name = "Divio AG", email = "[email protected]"},
@@ -49,6 +49,10 @@ Repository = "https://github.com/django-cms/djangocms-attributes-field/"
49
[build-system]
50
requires = ["setuptools>=45", "wheel"]
51
build-backend = "setuptools.build_meta"
52
+
53
+[tool.setuptools.dynamic]
54
+version = { attr = "djangocms_attributes_field.__version__" }
55
56
[tool.setuptools.packages.find]
57
include = ["djangocms_attributes_field*"]
58
0 commit comments