mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-24 14:57:57 -05:00
9 lines
201 B
Python
9 lines
201 B
Python
|
from distutils.core import setup
|
||
|
|
||
|
setup(
|
||
|
name='dynamicserialize',
|
||
|
version='',
|
||
|
packages=['dynamicserialize'],
|
||
|
license='Creative Commons Attribution-Noncommercial-Share Alike license',
|
||
|
)
|