Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gil9red committed May 23, 2023
1 parent f69a31a commit 7f8c39f
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 @@ -25,7 +25,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

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

[tool.setuptools.packages.find]
where = ["src"]

0 comments on commit 7f8c39f

Please sign in to comment.