cpython/Doc/distutils
Jürgen Gmach 9f9dac0a4e bpo-38914 Do not require email field in setup.py. (GH-17388)
When checking `setup.py` and when the `author` field was provided, but
the `author_email` field was missing, erroneously a warning message was
displayed that the `author_email` field is required.

The specs do not require the `author_email`field:
https://packaging.python.org/specifications/core-metadata/#author

The same is valid for `maintainer` and `maintainer_email`.

The warning message has been adjusted.

modified:   Doc/distutils/examples.rst
modified:   Lib/distutils/command/check.py


https://bugs.python.org/issue38914
2019-12-23 06:53:18 -08:00
..
_setuptools_disclaimer.rst
apiref.rst bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) 2019-12-16 00:17:53 +10:00
builtdist.rst bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) 2019-07-05 10:44:12 +02:00
commandref.rst
configfile.rst
examples.rst bpo-38914 Do not require email field in setup.py. (GH-17388) 2019-12-23 06:53:18 -08:00
extending.rst
index.rst
introduction.rst
packageindex.rst
setupscript.rst
sourcedist.rst
uploading.rst