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.

20 lines
421 B

  1. from distutils.core import setup
  2. if __name__ == '__main__':
  3. setup(
  4. scripts=[
  5. 'byteyears.py',
  6. 'checkpyc.py',
  7. 'copytime.py',
  8. 'crlf.py',
  9. 'dutree.py',
  10. 'ftpmirror.py',
  11. 'h2py.py',
  12. 'lfcr.py',
  13. '../i18n/pygettext.py',
  14. 'logmerge.py',
  15. '../../Lib/tabnanny.py',
  16. '../../Lib/timeit.py',
  17. 'untabify.py',
  18. ],
  19. )