File "setup.py"

Full Path: /home/fmpomerode/public_html/sym404/root/lib64/python2.7/Tools/scripts/setup.py
File size: 421 bytes
MIME-type: text/x-python; charset=us-ascii
Charset: utf-8

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',
        ],
      )