root/trunk/source/pyhesiodfs/setup.py
Revision 38, 300 bytes (checked in by broder, 17 years ago) |
---|
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.