Added 'description' class attribute to every command class (to help the
[python/dscho.git] / Lib / distutils / __init__.py
blob18deaadf4493f9e65a6c7b1c66a8f1464c86e8de
1 """distutils
3 The main package for the Python Module Distribtion Utilities. Normally
4 used from a setup script as
6 from distutils.core import setup
8 setup (...)
9 """
11 __rcsid__ = "$Id$"