diff options
author | Tarek Ziade <tarek@ziade.org> | 2011-05-31 06:31:50 (GMT) |
---|---|---|
committer | Tarek Ziade <tarek@ziade.org> | 2011-05-31 06:31:50 (GMT) |
commit | 90fb9283fc342339ef6687d4927d3b74b2b73ecd (patch) | |
tree | 15141e8859ea11d0446db03525b49450ef622f46 /setup.py | |
parent | cccfd9932dcbf808ca3b3e2c494799dfab4ae074 (diff) | |
download | cpython-90fb9283fc342339ef6687d4927d3b74b2b73ecd.zip cpython-90fb9283fc342339ef6687d4927d3b74b2b73ecd.tar.gz cpython-90fb9283fc342339ef6687d4927d3b74b2b73ecd.tar.bz2 |
promoted pysetup3 to a top-level script
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1889,7 +1889,7 @@ def main(): # check the PyBuildScripts command above, and change the links # created by the bininstall target in Makefile.pre.in scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3", - "Tools/scripts/2to3"] + "Tools/scripts/2to3", "Tools/scripts/pysetup3"] ) # --install-platlib |