We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50588fe commit d11b5d0Copy full SHA for d11b5d0
nwswwa/__init__.py
@@ -0,0 +1 @@
1
+__author__ = 'Aaron'
setup.py
@@ -0,0 +1,12 @@
+from distutils.core import setup
2
+
3
+setup(
4
+ name='NWSWWA',
5
+ version='0.1',
6
+ packages=['nwswwa'],
7
+ url='https://github.com/aarande/NWSWWA',
8
+ license='MIT',
9
+ author='Aaron Anderson',
10
+ author_email='',
11
+ description='Python library to parse National Weather Service warnings and advisories'
12
+)
0 commit comments