diff options
| author | ?ric Araujo <merwok@netwok.org> | 2010-10-10 18:11:11 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2010-10-10 18:11:11 +0200 |
| commit | ad72e5bf75211a45e53f2d629c68d8278bc299e8 (patch) | |
| tree | b76475a2b2e4ab79436a87ac33a8503d216c8a1a | |
| parent | 52666bf5711bc606915478495aeaaf115e59912e (diff) | |
| download | disutils2-ad72e5bf75211a45e53f2d629c68d8278bc299e8.tar.gz | |
More mkpkg/mkcfg renaming
| -rw-r--r-- | distutils2/_trove.py | 2 | ||||
| -rw-r--r-- | docs/source/distutils/setupscript.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distutils2/_trove.py b/distutils2/_trove.py index a215e9d..d173fea 100644 --- a/distutils2/_trove.py +++ b/distutils2/_trove.py @@ -1,4 +1,4 @@ -# Temporary helper for mkpkg. +# Temporary helper for mkcfg. # XXX get the list from PyPI and cache it instead of hardcoding diff --git a/docs/source/distutils/setupscript.rst b/docs/source/distutils/setupscript.rst index 49c07a4..d398362 100644 --- a/docs/source/distutils/setupscript.rst +++ b/docs/source/distutils/setupscript.rst @@ -597,7 +597,7 @@ Notes: (4) The list of classifiers is available from the `PyPI website - <http://pypi.python.org/pypi>`_. See also :mod:`distutils2.mkpkg`. + <http://pypi.python.org/pypi>`_. See also :mod:`distutils2.mkcfg`. (5) The ``description`` field is used by PyPI when you are registering a |
