From 46286be64759c83f9573300d931202f02ae8f82b Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Thu, 20 Apr 2023 00:15:14 -0600 Subject: [PATCH] Clean up hatch-vcs debris in pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ) '''