We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000893f commit 456ae89Copy full SHA for 456ae89
1 file changed
Doc/distutils/apiref.rst
@@ -2006,3 +2006,17 @@ The ``register`` command registers the package with the Python Package Index.
2006
This is described in more detail in :pep:`301`.
2007
2008
.. % 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