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:
parent
a65ee4d2ad
commit
17710b8798
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue