Skip to content

Commit

Permalink
correct path for version
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB authored Oct 13, 2023
1 parent f8974f1 commit 0b7d514
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 @@ -68,7 +68,7 @@ include-package-data = true
my_package = ["py.typed"]

[tool.setuptools.dynamic]
version = {attr = "my_package.VERSION"}
version = {attr = "my_package.version.VERSION"}

[tool.black]
line-length = 100
Expand Down

0 comments on commit 0b7d514

Please sign in to comment.