Changing versions, adding AUTHORS & HISTORY
This commit is contained in:
parent
6662ff4061
commit
8548a31238
5 changed files with 26 additions and 7 deletions
4
setup.py
4
setup.py
|
|
@ -9,7 +9,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '3.1.2'
|
||||
__version__ = '3.2.0'
|
||||
|
||||
packages = [
|
||||
'twython',
|
||||
|
|
@ -23,7 +23,7 @@ if sys.argv[-1] == 'publish':
|
|||
setup(
|
||||
name='twython',
|
||||
version=__version__,
|
||||
install_requires=['requests==2.1.0', 'requests_oauthlib==0.4.0'],
|
||||
install_requires=['requests2.1.0', 'requests_oauthlib==0.4.0'],
|
||||
author='Ryan McGrath',
|
||||
author_email='ryan@venodesigns.net',
|
||||
license=open('LICENSE').read(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue