NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/sodar/trunk/setup.py

Revision 131 (checked in by cbc, 16 years ago)

Add setup.py.

Line 
1 #!/usr/bin/python
2 """
3 Installer for sodar package.
4 """
5
6 from distutils.core import setup
7
8 setup(name='sodar',
9       version='1.0',
10       description='Process sodar wind profiler data.',
11       author='Chris Calloway',
12       author_email='cbc@unc.edu',
13       packages=['sodar','sodar.utils'],
14       )
15
16
Note: See TracBrowser for help on using the browser.