diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-29 11:59:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-29 11:59:05 -0500 |
| commit | dea5858f1ecf042a17e94a3e26a10bbc78fd2f35 (patch) | |
| tree | 16d0506071830758ca2c39576ece45e253f79dd8 | |
| parent | 7a709b6d30dac9409707b1b9bf50cd7022e35118 (diff) | |
| download | external_python_setuptools-dea5858f1ecf042a17e94a3e26a10bbc78fd2f35.tar.gz external_python_setuptools-dea5858f1ecf042a17e94a3e26a10bbc78fd2f35.tar.bz2 external_python_setuptools-dea5858f1ecf042a17e94a3e26a10bbc78fd2f35.zip | |
Add backend-path for future Pips
Co-Authored-By: Paul Ganssle <paul@ganssle.io>
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5a2d7d3b..f0fd8521 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [build-system] requires = ["setuptools >= 40.8", "wheel"] build-backend = "setuptools.build_meta" +backend-path = ["."] [tool.towncrier] package = "setuptools" |
