Reorganizing structure, finally made the setup.py install function actually work - thanks to the guys in #python for their help.
This commit is contained in:
parent
5ba7e99e6e
commit
c0b56f33a7
7 changed files with 658 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ __version__ = '0.5'
|
|||
METADATA = dict(
|
||||
name = "twython",
|
||||
version = __version__,
|
||||
py_modules = ['twython/twython'],
|
||||
py_modules = ['twython'],
|
||||
author='Ryan McGrath',
|
||||
author_email='ryan@venodesigns.net',
|
||||
description='A new and easy way to access Twitter data with Python.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue