summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-28 22:31:30 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-05-28 22:31:30 (GMT)
commit28ef3c47264924d78375c59b926f570da88d8dbb (patch)
tree32e38478f712dcb905cbeadb47aa2705871f6467 /Doc/distutils
parentbee18a31ad3b8bf36b6de41d86259b5801bd43ba (diff)
downloadcpython-28ef3c47264924d78375c59b926f570da88d8dbb.zip
cpython-28ef3c47264924d78375c59b926f570da88d8dbb.tar.gz
cpython-28ef3c47264924d78375c59b926f570da88d8dbb.tar.bz2
Re-add missing doc stub for the distutils check command
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/apiref.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 275d3e6..3990c07 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1988,3 +1988,17 @@ The ``register`` command registers the package with the Python Package Index.
This is described in more detail in :pep:`301`.
.. % todo
+
+
+:mod:`distutils.command.check` --- Check the meta-data of a package
+===================================================================
+
+.. module:: distutils.command.check
+ :synopsis: Check the metadata of a package
+
+
+The ``check`` command performs some tests on the meta-data of a package.
+For example, it verifies that all required meta-data are provided as
+the arguments passed to the :func:`setup` function.
+
+.. % todo