We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5f701 commit 42bdca7Copy full SHA for 42bdca7
pyproject.toml
@@ -1,6 +1,5 @@
1
[project]
2
name = "cenerator"
3
-version = "0.1.4"
4
authors = [
5
{ name = "Zakru", email = "me@zakru.fi" },
6
]
@@ -17,6 +16,7 @@ classifiers = [
17
16
18
license = "MIT"
19
license-files = ["LICENSE"]
+dynamic = ["version"]
20
21
[project.urls]
22
"Source Code" = "https://github.com/Zakru/cenerator"
@@ -25,3 +25,6 @@ license-files = ["LICENSE"]
25
[build-system]
26
requires = ["setuptools"]
27
build-backend = "setuptools.build_meta"
28
+
29
+[tool.setuptools.dynamic]
30
+version = {attr = "cenerator.__version__"}
0 commit comments