diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-01 09:14:49 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-01 09:14:49 -0500 |
| commit | 7a709b6d30dac9409707b1b9bf50cd7022e35118 (patch) | |
| tree | b8c9a8633030467aea8c88f8dbfb7a4aabd9306a /pyproject.toml | |
| parent | cbd977b8252f1df53aca7f09cf6160590b3b2ed0 (diff) | |
| download | external_python_setuptools-7a709b6d30dac9409707b1b9bf50cd7022e35118.tar.gz external_python_setuptools-7a709b6d30dac9409707b1b9bf50cd7022e35118.tar.bz2 external_python_setuptools-7a709b6d30dac9409707b1b9bf50cd7022e35118.zip | |
Restore build-backend and remove switch to avoid pep517. Ref #1644.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 07c23bb5..5a2d7d3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] -requires = ["wheel"] +requires = ["setuptools >= 40.8", "wheel"] +build-backend = "setuptools.build_meta" [tool.towncrier] package = "setuptools" |
