diff options
| author | Georg Brandl <georg@python.org> | 2010-08-02 22:53:22 (GMT) | 
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-02 22:53:22 (GMT) | 
| commit | d3f467ac7441a100eb26412424c2dd96ec3ceb67 (patch) | |
| tree | 4aa8ff69b527682837f5876bbb5166396db36bec /Tools/scripts/setup.py | |
| parent | f7db42fe8cfc412c8d247a40f48eac43687ec9c7 (diff) | |
| download | cpython-d3f467ac7441a100eb26412424c2dd96ec3ceb67.zip cpython-d3f467ac7441a100eb26412424c2dd96ec3ceb67.tar.gz cpython-d3f467ac7441a100eb26412424c2dd96ec3ceb67.tar.bz2  | |
Update README, remove obsolete scripts.
Diffstat (limited to 'Tools/scripts/setup.py')
| -rw-r--r-- | Tools/scripts/setup.py | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/Tools/scripts/setup.py b/Tools/scripts/setup.py deleted file mode 100644 index 7a50368..0000000 --- a/Tools/scripts/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -from distutils.core import setup - -if __name__ == '__main__': -    setup( -      scripts=[ -        'byteyears.py', -        'checkpyc.py', -        'copytime.py', -        'crlf.py', -        'dutree.py', -        'ftpmirror.py', -        'h2py.py', -        'lfcr.py', -        '../i18n/pygettext.py', -        'logmerge.py', -        '../../Lib/tabnanny.py', -        '../../Lib/timeit.py', -        'untabify.py', -        ], -      )  | 
