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