diff options
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index e48757d..6fb6c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,9 +52,6 @@ docs = [ [tool.hatch.version] source = "vcs" -[tool.hatch.build.hooks.vcs] -version-file = "edify/version.py" - [tool.hatch.build.targets.sdist] include = [ "/edify", @@ -109,7 +106,6 @@ filterwarnings = ["error"] branch = false source = ["edify"] parallel = true -omit = ["edify/version.py"] [tool.coverage.report] show_missing = true |
