[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-38914 Do not require email field in setup.py. by jugmac00 · Pull Request #17388 · python/cpython

the-knights-who-say-ni

The Wayback Machine - https://web.archive.org/web/20191231101237/https://github.com/python/cpython/pull/17388

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Conversation

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

jugmac00 changed the title BPO-38914 Do not require email field in setup.py. bpo-38914 Do not require email field in setup.py.

Nov 26, 2019

Closed

new file:   Misc/NEWS.d/next/Library/2019-11-26-23-21-56.bpo-38914.8l-g-T.rst
modified:   Lib/distutils/command/check.py

miss-islington merged commit 9f9dac0 into python:master

Dec 23, 2019

4 checks passed

Azure Pipelines PR #20191208.18 succeeded

Details

bedevere/issue-number Issue number 38914 found

Details

bedevere/news News entry found in Misc/NEWS.d

continuous-integration/travis-ci/pr The Travis CI build passed

Details