Skip to content

Commit

Permalink
Try changing attr path
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jan 16, 2023
1 parent 3b68452 commit 1fcbd0b
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 @@ -39,7 +39,7 @@ classifiers = [
dynamic = ["version", "readme", "dependencies"]

[tool.setuptools.dynamic]
version = {attr = "cooler.__version__"}
version = {attr = "cooler._version.__version__"}
readme = {file = ["README.md"], content-type = "text/markdown"}
dependencies = {file = ["requirements.txt"]}

Expand Down

0 comments on commit 1fcbd0b

Please sign in to comment.