mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
This commit is contained in:
parent
ee4a20bad6
commit
905b648754
3 changed files with 9 additions and 2 deletions
|
@ -601,7 +601,8 @@ Notes:
|
|||
It is recommended that versions take the form *major.minor[.patch[.sub]]*.
|
||||
|
||||
(3)
|
||||
Either the author or the maintainer must be identified.
|
||||
Either the author or the maintainer must be identified. If maintainer is
|
||||
provided, distutils lists it as the author in :file:`PKG-INFO`.
|
||||
|
||||
(4)
|
||||
These fields should not be used if your package is to be compatible with Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue