Skip to content

Commit

Permalink
Update metadata to describe present support and CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Feb 6, 2021
1 parent 8e004f5 commit 0b6f372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
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='ryan@venodesigns.net',
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 0b6f372

Please sign in to comment.