From 8495fb9c59cc9af3a770b7b5ea5f950790e782ed Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 29 Dec 2019 12:21:15 -0500 Subject: Add changelog entry. Ref #1927. --- changelog.d/1927.change.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1927.change.rst 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. -- cgit v1.2.3