diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-23 17:13:14 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-23 17:13:14 +0000 |
commit | dfea192ad4317aab757989b0c815a5146b0d6336 (patch) | |
tree | a3c49cdb0c1072cade060b21ab50acf74c59c358 /setup.py | |
parent | 14ed6134f75139551ccb3574abdc15052ef2446c (diff) | |
download | cpython-git-dfea192ad4317aab757989b0c815a5146b0d6336.tar.gz |
install 2to3, overwritting any old installations #5756
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1666,7 +1666,8 @@ def main(): # called unless there's at least one extension module defined. ext_modules=[Extension('_struct', ['_struct.c'])], - scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3"] + scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3", + "Tools/scripts/2to3"] ) # --install-platlib |