diff --git a/pyproject.toml b/pyproject.toml index b324cb4f..57259d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling", "hatch-vcs"] +requires = ["hatchling"] build-backend = "hatchling.build" [project] @@ -81,6 +81,5 @@ exclude = ''' | build | dist )/ - | src/github3/_version.py ) '''