diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 10:35:36 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 10:35:36 -0400 |
| commit | cae8be50488b007cbd6c261a86ca478b473631a9 (patch) | |
| tree | 66722153bfef5bfb700127dd292e51824cfc93d9 | |
| parent | 4f9d93dd836c20c348ec645ad7d1c5a446b110cc (diff) | |
| download | wheel-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.toml | 1 |
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"] |
