You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
421 B
21 lines
421 B
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',
|
|
],
|
|
)
|