Commit da760c48 authored by Skip Montanaro's avatar Skip Montanaro

simple setup.py to install some interesting scripts in $(prefix)/bin.

parent a5f8c422
from distutils.core import setup
setup(
scripts=[
'byteyears.py',
'checkpyc.py',
'copytime.py',
'crlf.py',
'dutree.py',
'ftpmirror.py',
'h2py.py',
'lfcr.py',
'../../Lib/tabnanny.py',
'untabify.py',
],
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment