Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 456ae89

Browse files
committed
Re-add missing doc stub for the distutils check command
1 parent 000893f commit 456ae89

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,3 +2006,17 @@ The ``register`` command registers the package with the Python Package Index.
20062006
This is described in more detail in :pep:`301`.
20072007

20082008
.. % todo
2009+
2010+
2011+
:mod:`distutils.command.check` --- Check the meta-data of a package
2012+
===================================================================
2013+
2014+
.. module:: distutils.command.check
2015+
:synopsis: Check the metadata of a package
2016+
2017+
2018+
The ``check`` command performs some tests on the meta-data of a package.
2019+
For example, it verifies that all required meta-data are provided as
2020+
the arguments passed to the :func:`setup` function.
2021+
2022+
.. % todo

0 commit comments

Comments
 (0)