blob: 18deaadf4493f9e65a6c7b1c66a8f1464c86e8de [file] [log] [blame]
Greg Wardda2d3521999-09-22 15:24:04 +00001"""distutils
2
3The main package for the Python Module Distribtion Utilities. Normally
4used from a setup script as
5
6 from distutils.core import setup
7
8 setup (...)
9"""
10
11__rcsid__ = "$Id$"