From: Éric Araujo Date: Sat, 28 May 2011 22:22:06 +0000 (+0200) Subject: Re-add missing doc stub for the distutils check command X-Git-Tag: v3.1.4rc1~2^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=456ae893d7a0b40a5346cbba7771127aca2113e9;p=thirdparty%2FPython%2Fcpython.git Re-add missing doc stub for the distutils check command --- diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 74446bcd6724..712fffbe33fc 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -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