root/trunk/source/hes/setup.py

Revision 119, 189 bytes (checked in by broder, 16 years ago)

hes...Now With More Python!

Line 
1 from distutils.core import setup
2 setup(name='macathena-hes',
3       version='1.0',
4       author='SIPB MacAthena Project',
5       author_email='sipb-macathena@mit.edu',
6       scripts=['hes'])
Note: See TracBrowser for help on using the browser.