Breaking down package structure a bit more

This commit is contained in:
Ryan McGrath 2009-12-17 03:19:42 -05:00
parent a3edbb2348
commit 850c1011d1
8 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ __version__ = '1.0'
METADATA = dict(
name = "twython",
version = __version__,
py_modules = ['twython'],
py_modules = ['twython/core', 'twython/twyauth', 'twython/streaming', 'twython/oauth'],
author = 'Ryan McGrath',
author_email = 'ryan@venodesigns.net',
description = 'An easy (and up to date) way to access Twitter data with Python.',

View file

@ -1 +1 @@
import core, oauth, streaming
import core, twyauth, streaming

Binary file not shown.

Binary file not shown.

Binary file not shown.