Breaking down package structure a bit more
This commit is contained in:
parent
a3edbb2348
commit
850c1011d1
8 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
import core, oauth, streaming
|
||||
import core, twyauth, streaming
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue