From e454d7e42f839013c8c4efd90b22e7412b6f7c27 Mon Sep 17 00:00:00 2001 From: Dylan Nielson Date: Mon, 27 Mar 2023 14:10:21 -0400 Subject: [PATCH] drop setuptools and wheel from build system requires --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49ffb38..318c935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling", "hatch-vcs", "wheel", "setuptools"] +requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [project]