@@ -21,7 +21,7 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and
2121.. function :: setup(arguments)
2222
2323 The basic do-everything function that does most everything you could ever ask
24- for from a Distutils method. See XXXXX
24+ for from a Distutils method.
2525
2626 The setup function takes a large number of arguments. These are laid out in the
2727 following table.
@@ -1759,7 +1759,7 @@ Subclasses of :class:`Command` must define the following methods.
17591759 predicate) ``, with *command_name * a string and *predicate * a function, a
17601760 string or ``None ``. *predicate * is a method of the parent command that
17611761 determines whether the corresponding command is applicable in the current
1762- situation. (E.g. we ``install_headers `` is only applicable if we have any C
1762+ situation. (E.g. ``install_headers `` is only applicable if we have any C
17631763 header files to install.) If *predicate * is ``None ``, that command is always
17641764 applicable.
17651765
@@ -2006,3 +2006,17 @@ The ``register`` command registers the package with the Python Package Index.
20062006This is described in more detail in :pep: `301 `.
20072007
20082008.. % todo
2009+
2010+
2011+ :mod: `distutils.command.check ` --- Check the meta-data of a package
2012+ ===================================================================
2013+
2014+ .. module :: distutils.command.check
2015+ :synopsis: Check the metadata of a package
2016+
2017+
2018+ The ``check `` command performs some tests on the meta-data of a package.
2019+ For example, it verifies that all required meta-data are provided as
2020+ the arguments passed to the :func: `setup ` function.
2021+
2022+ .. % todo
0 commit comments