[Python-checkins] distutils2: cleanup

tarek.ziade python-checkins at python.org
Mon Oct 25 02:06:39 CEST 2010


tarek.ziade pushed a2a4978d1f9e to distutils2:

http://hg.python.org/distutils2/rev/a2a4978d1f9e
changeset:   785:a2a4978d1f9e
user:        Tarek Ziade <tarek at ziade.org>
date:        Mon Oct 25 02:02:48 2010 +0200
summary:     cleanup
files:       distutils2/__init__.py

diff --git a/distutils2/__init__.py b/distutils2/__init__.py
--- a/distutils2/__init__.py
+++ b/distutils2/__init__.py
@@ -1,12 +1,5 @@
 """distutils
 
-The main package for the Python Distribution Utilities 2.  Setup
-scripts should import the setup function from distutils2.core:
-
-    from distutils2.core import setup
-
-    setup(name=..., version=..., ...)
-
 Third-party tools can use parts of Distutils2 as building blocks
 without causing the other modules to be imported:
 
@@ -16,7 +9,6 @@
 """
 __all__ = ['__version__']
 
-__revision__ = "$Id: __init__.py 78020 2010-02-06 16:37:32Z benjamin.peterson $"
 __version__ = "1.0a3"
 
 

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list