Skip to content

Commit

Permalink
Fix fetching version information for pkg
Browse files Browse the repository at this point in the history
* Introduced by 3.6.0 (45c826a)

Signed-off-by: João Gonçalves <[email protected]>
  • Loading branch information
jsvgoncalves committed Jun 21, 2024
1 parent c83ff74 commit 0e056c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ include-package-data = true
packages = ["pyecospold"]

[tool.setuptools.dynamic]
version = { attr = "pyecospold.version.__version__" }
version = { attr = "pyecospold.__version__" }

[tool.pytest.ini_options]
addopts = "--cov pyecospold --cov-report term-missing --verbose"
Expand Down

0 comments on commit 0e056c6

Please sign in to comment.