install timeit.py as a command line script

This commit is contained in:
Skip Montanaro 2003-04-08 19:50:02 +00:00
parent cfd55501bb
commit f2f174f655
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ setup(
'lfcr.py',
'logmerge.py',
'../../Lib/tabnanny.py',
'../../Lib/timeit.py',
'untabify.py',
],
)