We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d572678 + f878d2b commit f8e741dCopy full SHA for f8e741d
setup.py
@@ -47,7 +47,7 @@ def readall(path):
47
install_requires=['oauthlib>=2.1.0', 'requests>=2.0.0'],
48
extras_require={'rsa': ['oauthlib[rsa]>=2.1.0', 'requests>=2.0.0']},
49
license='ISC',
50
- classifiers=(
+ classifiers=[
51
'Development Status :: 5 - Production/Stable',
52
'Intended Audience :: Developers',
53
'Natural Language :: English',
@@ -59,7 +59,7 @@ def readall(path):
59
'Programming Language :: Python :: 3.4',
60
'Programming Language :: Python :: 3.5',
61
'Programming Language :: Python :: 3.6',
62
- ),
+ ],
63
zip_safe=False,
64
tests_require=[
65
'mock',
0 commit comments