mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
0f216fdda9
before the real release, but I want to make it clear that a major new release is on the way).
14 lines
218 B
Python
14 lines
218 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__ = "0.9pre"
|