mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
simple setup.py to install some interesting scripts in $(prefix)/bin.
This commit is contained in:
parent
a5f8c42268
commit
da760c488f
1 changed files with 16 additions and 0 deletions
16
Tools/scripts/setup.py
Normal file
16
Tools/scripts/setup.py
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
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',
|
||||||
|
],
|
||||||
|
)
|
Loading…
Add table
Add a link
Reference in a new issue