diff --git a/pyproject.toml b/pyproject.toml index 094a338..ca2e69c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]