Skip to content

Commit

Permalink
chore: fix dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
pradishb committed Sep 15, 2024
1 parent 71b7606 commit 0199679
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 @@ include-package-data = true
"human_captcha_client" = "human_captcha_client"

[tool.setuptools.dynamic]
version = { attr = "project_l.__version__" }
version = { attr = "human_captcha_client.__version__" }
dependencies = { file = "requirements.txt" }

[tool.isort]
Expand Down

0 comments on commit 0199679

Please sign in to comment.