python-awips/setup.py

9 lines
196 B
Python
Raw Normal View History

2015-06-12 11:57:06 -06:00
from distutils.core import setup
setup(
name='ufpy',
version='',
packages=['ufpy','ufpy.dataaccess',],
license='Creative Commons Attribution-Noncommercial-Share Alike license',
)