root/trunk/pyHesiodFS/setup.py

Revision 38, 300 bytes (checked in by broder, 16 years ago)

Adding pyHesiodFS to trunk. I fixed the bug with the 1-tuple, but made no other modifications

Line 
1 from distutils.core import setup
2 setup(name='pyHesiodFS',
3       version='1.0',
4       author='Quentin Smith',
5       author_email='pyhesiodfs@mit.edu',
6       py_modules=['hesiod'],
7       scripts=['pyHesiodFS.py'],
8       data_files=[('/Library/LaunchDaemons', ('edu.mit.sipb.mit-automounter.plist',))])
Note: See TracBrowser for help on using the browser.