summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/apiref.rst
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-11 14:55:07 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-11 14:55:07 (GMT)
commit942825f7de2b27dce73dccd4cd827dd86f409bba (patch)
treed2061d27f9a93c5a7b9228ee9a3f9575ce5337e1 /Doc/distutils/apiref.rst
parentb2daff2905c97ee74d4563095da5bcbb7c72524f (diff)
downloadcpython-942825f7de2b27dce73dccd4cd827dd86f409bba.zip
cpython-942825f7de2b27dce73dccd4cd827dd86f409bba.tar.gz
cpython-942825f7de2b27dce73dccd4cd827dd86f409bba.tar.bz2
#5732: added the check command into Distutils
Diffstat (limited to 'Doc/distutils/apiref.rst')
-rw-r--r--Doc/distutils/apiref.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 4ee9fcc..79e13c1 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1932,6 +1932,19 @@ 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.
+It makes sure for example that all required meta-data are provided through
+the arguments passed to the :func:`setup` function.
+
+.. % todo
+
Creating a new Distutils command
================================