]> granicus.if.org Git - python/commitdiff
Re-add missing doc stub for the distutils check command
authorÉric Araujo <merwok@netwok.org>
Sat, 28 May 2011 22:22:06 +0000 (00:22 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 28 May 2011 22:22:06 +0000 (00:22 +0200)
Doc/distutils/apiref.rst

index 74446bcd6724a349f5aaf6e3c865a4bf8f750ae9..712fffbe33fcc56fc47c5c0a3b2ff56ad485c7b5 100644 (file)
@@ -2006,3 +2006,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