summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2022-10-20 17:18:15 +0200
committerGitHub <noreply@github.com>2022-10-20 17:18:15 +0200
commit966545998f7fb94400fe262dccc48f1e858dd661 (patch)
tree7e0372b4a14c825bdb76e4a8480c480555090e86
parenta629de4fbf04b62361e67a1e04e29474ca18d2b0 (diff)
parentd782f455d3d5a1f868770d82b44bee540d2e5a47 (diff)
downloadsubunit-git-966545998f7fb94400fe262dccc48f1e858dd661.tar.gz
Merge pull request #53 from jelmer/pyproject-wheel
Don't explicitly build-require wheel
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9ebf206..d21b989 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
# These are the assumed default build requirements from pip:
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
-requires = ["setuptools>=43.0.0", "wheel"]
+requires = ["setuptools>=43.0.0"]
build-backend = "setuptools.build_meta"