Skip to content

Commit d11b5d0

Browse files
committed
setup.py and initial package commit
1 parent 50588fe commit d11b5d0

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

nwswwa/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__author__ = 'Aaron'

setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
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

Comments
 (0)