aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-12-29 11:59:05 -0500
committerGitHub <noreply@github.com>2019-12-29 11:59:05 -0500
commitdea5858f1ecf042a17e94a3e26a10bbc78fd2f35 (patch)
tree16d0506071830758ca2c39576ece45e253f79dd8
parent7a709b6d30dac9409707b1b9bf50cd7022e35118 (diff)
downloadexternal_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.toml1
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"