mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00

before this get forgotten again. Should probably be set to 1.0.2 before final release of python 2.1 Does someone still release distutils separate from python?
13 lines
220 B
Python
13 lines
220 B
Python
"""distutils
|
|
|
|
The main package for the Python Module Distribtion Utilities. Normally
|
|
used from a setup script as
|
|
|
|
from distutils.core import setup
|
|
|
|
setup (...)
|
|
"""
|
|
|
|
__revision__ = "$Id$"
|
|
|
|
__version__ = "1.0.2pre"
|