Skip to content

Commit

Permalink
Merge pull request #541 from altendky/patch-1
Browse files Browse the repository at this point in the history
Update metadata to describe present support and CI testing
  • Loading branch information
ryanmcgrath authored Jul 16, 2021
2 parents 4be4a50 + 0b6f372 commit f9cf798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
name='twython',
version=__version__,
install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'],
python_requires='>=3.5',
author='Ryan McGrath',
author_email='[email protected]',
license='MIT',
Expand All @@ -41,9 +42,8 @@
'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',
Expand Down

0 comments on commit f9cf798

Please sign in to comment.