fixed the url names, and the logout function that was recursively calling itself for shits and giggles.

This commit is contained in:
Andrew Cassidy 2011-11-13 15:16:16 +00:00
parent 50ac5263b7
commit 278d5c3db0
3 changed files with 9 additions and 8 deletions

View file

@ -17,7 +17,8 @@ setup(
include_package_data = True,
# Package dependencies.
install_requires = ['simplejson', 'oauth2', 'httplib2', 'twython'],
install_requires = ['simplejson', 'oauth2', 'httplib2', 'twython', 'django'],
provides = ['twython_django_oauth'],
# Metadata for PyPI.
author = 'Ryan McGrath',