PEP 480: Fix status, author, discuss, reference #1693
Conversation
Move from Deferred to Draft status, update discussion venue and author list, and fix an obsolete reference to Distutils. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
Co-Authored-By: Paul Moore <p.f.moore@gmail.com>
@mnm678 if you want you could do that as a separate PR, or you could make a fresh review with a suggested replacement and I'll commit it into this PR. |
(Further discussion on The Update Framework's mailing list, in case anyone is curious.) |
`Setuptools`__ MAY be modified to sign metadata and to upload signed | ||
distributions to PyPI. Setuptools is a library which implements | ||
low-level functions that relate to packaging and publication of | ||
Python software. |
pfmoore
Jan 28, 2021
Member
Given that this is no longer referencing distutils (which had a privileged position as being in the stdlib) would it be more reasonable to talk about "build backends" in general here? In particular, setuptools is not a "library which implements low-level functions" - it's a build backend like many others, and whereas other backends could reasonably depend on distutils for signing functions, they would not be likely to want a dependency on setuptools.
Move from Deferred to Draft status, update discussion venue and author list, and fix an obsolete reference to Distutils.
Signed-off-by: Sumana Harihareswara sh@changeset.nyc