source: vendor/python/2.5/Tools/scripts/setup.py

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 389 bytes
Line 
1from distutils.core import setup
2
3if __name__ == '__main__':
4 setup(
5 scripts=[
6 'byteyears.py',
7 'checkpyc.py',
8 'copytime.py',
9 'crlf.py',
10 'dutree.py',
11 'ftpmirror.py',
12 'h2py.py',
13 'lfcr.py',
14 'logmerge.py',
15 '../../Lib/tabnanny.py',
16 '../../Lib/timeit.py',
17 'untabify.py',
18 ],
19 )
Note: See TracBrowser for help on using the repository browser.