Skip to content

Commit

Permalink
Change reference paths to dynamic variables
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Jul 3, 2024
1 parent d580fed commit 9d32227
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 @@ -72,7 +72,7 @@ package-dir = { "" = "src" }
where = ["src"]

[tool.setuptools.dynamic]
version = { attr = "src.Patcher.__about__.__version__" }
version = { attr = "Patcher.__about__.__version__" }
readme = { file = ["README.md"], content-type = "text/markdown" }

[tool.pytest.ini_options]
Expand Down

0 comments on commit 9d32227

Please sign in to comment.