mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
9 lines
196 B
Python
9 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',
|
||
|
)
|