diff options
Diffstat (limited to 'docs/deprecated/distutils/examples.rst')
-rw-r--r-- | docs/deprecated/distutils/examples.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/deprecated/distutils/examples.rst b/docs/deprecated/distutils/examples.rst index d0984655..00eef73f 100644 --- a/docs/deprecated/distutils/examples.rst +++ b/docs/deprecated/distutils/examples.rst @@ -253,9 +253,7 @@ Running the ``check`` command will display some warnings: $ python setup.py check running check - warning: check: missing required meta-data: version, url - warning: check: missing meta-data: either (author and author_email) or - (maintainer and maintainer_email) should be supplied + warning: check: missing required meta-data: version If you use the reStructuredText syntax in the ``long_description`` field and |