PEP 458: use "OpenPGP" instead of "GPG" (#1287)

* PEP 458: use "OpenPGP" instead of "GPG".  The signature format is OpenPGP.  Other
OpenPGP implementations exist aside from gpg, the OpenPGP tool from the GnuPG project.
This commit is contained in:
dkg 2020-01-29 14:02:31 -05:00 committed by GitHub
parent a65ee4d2ad
commit 17710b8798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -112,9 +112,9 @@ Non-goals
========= =========
This PEP does not eliminate any existing features from PyPI. In particular, it This PEP does not eliminate any existing features from PyPI. In particular, it
does not replace existing support for GPG signatures. Developers can continue does not replace existing support for OpenPGP signatures. Developers can continue
to upload detached GPG signatures along with distributions. In the future, to upload detached OpenPGP signatures along with distributions. In the future,
PEP 480 may allow developers to directly sign TUF metadata using their GPG keys. PEP 480 may allow developers to directly sign TUF metadata using their OpenPGP keys.
PEP Status PEP Status