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

root/sodar/trunk/setup.py

Revision 293 (checked in by cbc, 14 years ago)

More Remtech package reorg.

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','sodar.remtech',],
14       )
15
16
Note: See TracBrowser for help on using the browser.