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 bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
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 bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
configfile.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
examples.rst bpo-38914 Do not require email field in setup.py. (GH-17388) 2019-12-23 06:53:18 -08:00
extending.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
index.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00
introduction.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
packageindex.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00
setupscript.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
sourcedist.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
uploading.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00