Skip to content

Commit 8f4203b

Browse files
committed
update
1 parent d21743c commit 8f4203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ platforms = ["all"]
3838
[tool.setuptools.dynamic]
3939
dependencies = {file = ["requirements.txt"]}
4040
readme = {file = ["README.md"], content-type = "text/markdown"}
41-
version = {attr = "${REPO_NAME_SNAKE}.version.__version__"}
41+
version = {attr = "pyzpacker.version.__version__"}
4242

4343
[tool.setuptools.packages.find]
4444
exclude = ['contrib', 'docs', 'test']

0 commit comments

Comments
 (0)