summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-08 10:35:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-03-08 10:35:36 -0400
commitcae8be50488b007cbd6c261a86ca478b473631a9 (patch)
tree66722153bfef5bfb700127dd292e51824cfc93d9
parent4f9d93dd836c20c348ec645ad7d1c5a446b110cc (diff)
downloadwheel-git-bugfix/344-explicit-setuptools.tar.gz
Set the backend-path so that wheel can use wheel to build a wheel of wheel.bugfix/344-explicit-setuptools
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fed528d..8e14a5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,4 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
+backend-path = ["src"]