New package structure; twython is now separated out into core/oauth/streaming. To maintain compatibility with older Twython versions, simply import twython like: 'import twython.core as twython' - this will allow for easier oauth/streaming development, and should hopefully fix a lot of the installation issues people kept running into with easy_install

This commit is contained in:
Ryan McGrath 2009-12-17 03:05:39 -05:00
parent fc5aaebda3
commit a3edbb2348
26 changed files with 35 additions and 34 deletions

View file

@ -3,9 +3,7 @@
import sys, os
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '0.9'
# For the love of god, use Pip to install this.
__version__ = '1.0'
# Distutils version
METADATA = dict(