We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21743c commit 8f4203bCopy full SHA for 8f4203b
pyproject.toml
@@ -38,7 +38,7 @@ platforms = ["all"]
38
[tool.setuptools.dynamic]
39
dependencies = {file = ["requirements.txt"]}
40
readme = {file = ["README.md"], content-type = "text/markdown"}
41
-version = {attr = "${REPO_NAME_SNAKE}.version.__version__"}
+version = {attr = "pyzpacker.version.__version__"}
42
43
[tool.setuptools.packages.find]
44
exclude = ['contrib', 'docs', 'test']
0 commit comments