diff options
| -rw-r--r-- | docs/glossary.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index a4d5f8030..fc9f6a729 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -885,5 +885,10 @@ Glossary <http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/index.html>`_ for Pyramid which presents topical, practical usages of Pyramid. + distutils + The standard system for packaging and distributing Python packages. See + http://docs.python.org/distutils/index.html for more information. + :term:`setuptools` is actually an *extension* of the Distutils. + |
