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

View file

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