PEP 458: Add non-goals section (#1280)
* Add non-goals section to clarify that this PEP does not remove support for GPG signatures. * Update pep-0458.txt Co-Authored-By: Trishank Karthik Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com> Co-authored-by: Trishank Karthik Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com>
This commit is contained in:
parent
60d5d10a1d
commit
ace82afc14
|
@ -108,6 +108,15 @@ of end-to-end signing.
|
|||
__ https://github.com/theupdateframework/tuf/tree/v0.11.1/tuf/client#updaterpy
|
||||
|
||||
|
||||
Non-goals
|
||||
=========
|
||||
|
||||
This PEP does not eliminate any existing features from PyPI. In particular, it
|
||||
does not replace existing support for GPG signatures. Developers can continue
|
||||
to upload detached GPG signatures along with distributions. In the future,
|
||||
PEP 480 may allow developers to directly sign TUF metadata using their GPG keys.
|
||||
|
||||
|
||||
PEP Status
|
||||
==========
|
||||
|
||||
|
|
Loading…
Reference in New Issue