python-awips/setup.py
2015-06-12 11:57:06 -06:00

8 lines
196 B
Python

from distutils.core import setup
setup(
name='ufpy',
version='',
packages=['ufpy','ufpy.dataaccess',],
license='Creative Commons Attribution-Noncommercial-Share Alike license',
)