Skip to content

Commit

Permalink
Merge pull request #9 from praekelt/master
Browse files Browse the repository at this point in the history
Ready for PyPi
  • Loading branch information
dustin committed Apr 4, 2012
2 parents 036b6b6 + e955578 commit d0546e5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
from distutils.core import setup
from setuptools import setup

setup(name='twittytwister',
version='0.1',
version='0.1.1',
description='Twitter client for Twisted Python',
author='Dustin Sallings',
author_email='dustin@spy.net',
url='http://github.com/dustin/twitty-twister/',
license='MIT',
platforms='any',
packages=['twittytwister'],
install_requires=[
'oauth',
'simplejson',
'Twisted',
]
)

0 comments on commit d0546e5

Please sign in to comment.