| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix PEP 518 configuration | Benoit Pierre | 2018-06-28 | 1 | -0/+3 |
| | | | | | | | | | | 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) | ||||
| * | Add configuration for towncrier | Paul Ganssle | 2018-05-14 | 1 | -0/+34 |
| | | |||||
| * | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -9/+0 |
| | | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
| * | Add pyproject.toml per PEP 518 for use by a future pip release. Ref #581. | Jason R. Coombs | 2017-01-17 | 1 | -0/+9 |
