Merge pull request #541 from altendky/patch-1
Update metadata to describe present support and CI testing
This commit is contained in:
commit
f9cf79883d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -24,6 +24,7 @@ setup(
|
|||
name='twython',
|
||||
version=__version__,
|
||||
install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'],
|
||||
python_requires='>=3.5',
|
||||
author='Ryan McGrath',
|
||||
author_email='ryan@rymc.io',
|
||||
license='MIT',
|
||||
|
|
@ -41,9 +42,8 @@ setup(
|
|||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
'Topic :: Communications :: Chat',
|
||||
'Topic :: Internet',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue