diff --git a/pyproject.toml b/pyproject.toml index a250823..f4c2b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,3 @@ include = ["$REPO_NAME_SNAKE/*.py"] [tool.hatch.build.targets.wheel] packages = ["$REPO_NAME_SNAKE"] - -[tool.hatch.version] -path = "$REPO_NAME_SNAKE/__about__.py"