Skip to content

Commit 427a57b

Browse files
committed
fix: pyproject.toml bad version import
1 parent e2b4b7b commit 427a57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ packages = ["ResultContainer"]
6464
include-package-data = true
6565

6666
[tool.setuptools.dynamic]
67-
version = { attr = "ResultContainer._init.__version__" }
67+
version = { attr = "ResultContainer.__version__" }
6868

6969
[tool.black]
7070
target-version = ['py39']

0 commit comments

Comments
 (0)