mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Re-add missing doc stub for the distutils check command
This commit is contained in:
parent
000893fab2
commit
456ae893d7
1 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue