[Python-checkins] r73189 - sandbox/trunk/2to3/setup.py

benjamin.peterson python-checkins at python.org
Thu Jun 4 00:49:42 CEST 2009


Author: benjamin.peterson
Date: Thu Jun  4 00:49:42 2009
New Revision: 73189

Log:
remove setup.py; 2to3 is not distributed separately

Removed:
   sandbox/trunk/2to3/setup.py

Deleted: sandbox/trunk/2to3/setup.py
==============================================================================
--- sandbox/trunk/2to3/setup.py	Thu Jun  4 00:49:42 2009
+++ (empty file)
@@ -1,8 +0,0 @@
-from distutils.core import setup
-
-setup(
-   name="2to3",
-   packages=['lib2to3','lib2to3.fixes','lib2to3.pgen2'],
-   package_data={'lib2to3':['Grammar.txt','PatternGrammar.txt']},
-   scripts=["2to3"]
-)


More information about the Python-checkins mailing list