summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-29 00:31:30 +0200
committerÉric Araujo <merwok@netwok.org>2011-05-29 00:31:30 +0200
commit2df46a8b7dff7a2cc5257083e18ec39fc6cab94f (patch)
tree333fe2e32c68e32aa9b70923ae9b039edc9c4d8b
parent178de548c551d38d9a848b3028a2aafa141d8d2a (diff)
downloadcpython-2df46a8b7dff7a2cc5257083e18ec39fc6cab94f.tar.gz
Re-add missing doc stub for the distutils check command
-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 275d3e61b8..3990c0756d 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