diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2018-06-28 13:19:38 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2018-06-28 13:31:39 +0200 |
| commit | 601f82e57247edf8505696304fbc7a3da4013cfc (patch) | |
| tree | 7be4408b414738138db94214ce4f9fc96a18deb7 /docs/developer-guide.txt | |
| parent | 5c816483500519a07a3db4364daaced379780eb7 (diff) | |
| download | external_python_setuptools-601f82e57247edf8505696304fbc7a3da4013cfc.tar.gz external_python_setuptools-601f82e57247edf8505696304fbc7a3da4013cfc.tar.bz2 external_python_setuptools-601f82e57247edf8505696304fbc7a3da4013cfc.zip | |
fix PEP 518 configuration
Add `build-system.requires` key to `pyproject.toml`:
- this is necessary with pip 10.0.1, as otherwise the defaults will be
to require both `setuptools` and `wheel` (and we only need the later)
- a `pyproject.toml` with no `build-system.requires` key will be invalid
and rejected by a future version of pip
(see https://github.com/pypa/pip/issues/5416#issuecomment-399638608)
Diffstat (limited to 'docs/developer-guide.txt')
0 files changed, 0 insertions, 0 deletions
