diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-29 12:21:15 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-29 12:21:15 -0500 |
| commit | 8495fb9c59cc9af3a770b7b5ea5f950790e782ed (patch) | |
| tree | 222e8dddbb8ecb9a02d594b3039cac5f92229a7e | |
| parent | dea5858f1ecf042a17e94a3e26a10bbc78fd2f35 (diff) | |
| download | external_python_setuptools-8495fb9c59cc9af3a770b7b5ea5f950790e782ed.tar.gz external_python_setuptools-8495fb9c59cc9af3a770b7b5ea5f950790e782ed.tar.bz2 external_python_setuptools-8495fb9c59cc9af3a770b7b5ea5f950790e782ed.zip | |
Add changelog entry. Ref #1927.
| -rw-r--r-- | changelog.d/1927.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1927.change.rst b/changelog.d/1927.change.rst new file mode 100644 index 00000000..3b293d63 --- /dev/null +++ b/changelog.d/1927.change.rst @@ -0,0 +1 @@ +Setuptools once again declares 'setuptools' in the ``build-system.requires`` and adds PEP 517 build support by declaring itself as the ``build-backend``. It additionally specifies ``build-system.backend-path`` to rely on itself for those builders that support it. |
