summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-10-31 19:17:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-10-31 19:17:21 -0400
commit1473924e53680ac37ae0aa66d863ff39cbc63f3a (patch)
tree96dc9acbb68f9241ab8e140c79fbc347e03f0065 /pyproject.toml
parent930ab79e2fdba0f5f8e54627dbe2b591695fd07f (diff)
parentaae281a9ff6c9a1fa9daad82c79457e8770a1c7e (diff)
downloadpython-setuptools-git-1473924e53680ac37ae0aa66d863ff39cbc63f3a.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 70e3473d..03c40125 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,5 @@
[build-system]
-requires = [
- "wheel",
-]
+requires = []
build-backend = "setuptools.build_meta"
backend-path = ["."]