root/trunk/source/add/setup.py

Revision 56, 292 bytes (checked in by broder, 16 years ago)

I'm an idiot and didn't put the right paths in the setup.py file for add

Line 
1 from distutils.core import setup
2 setup(name='macathena-add',
3       version='1.0',
4       author='SIPB MacAthena Project',
5       author_email='sipb-macathena@mit.edu',
6       scripts=['attach-add.py'],
7       data_files=[('@FINKPREFIX@/etc/profile.d', ('macathena-add.sh','macathena-add.csh'))])
Note: See TracBrowser for help on using the browser.