Skip to content

Commit fd086ea

Browse files
committed
added setup.py to be installed for easy usage
1 parent 9cfb98a commit fd086ea

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

setup.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/python
2+
3+
from distutils.core import setup
4+
from south import __version__
5+
6+
setup(
7+
name='RTC-Python-Wrapper',
8+
version=__version__,
9+
description='Real Time Congress API Python Wrapper',
10+
long_description='Python wrapper for the Sunlight Foundation\'s Real Time Congress API.',
11+
author='Charlotte Python Group',
12+
author_email='[email protected]',
13+
url='http://govkick.com/',
14+
)

0 commit comments

Comments
 (0)