Skip to content

Commit f8e741d

Browse files
authored
Merge pull request #322 from thilo-maurer/master
classifiers should be an array
2 parents d572678 + f878d2b commit f8e741d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def readall(path):
4747
install_requires=['oauthlib>=2.1.0', 'requests>=2.0.0'],
4848
extras_require={'rsa': ['oauthlib[rsa]>=2.1.0', 'requests>=2.0.0']},
4949
license='ISC',
50-
classifiers=(
50+
classifiers=[
5151
'Development Status :: 5 - Production/Stable',
5252
'Intended Audience :: Developers',
5353
'Natural Language :: English',
@@ -59,7 +59,7 @@ def readall(path):
5959
'Programming Language :: Python :: 3.4',
6060
'Programming Language :: Python :: 3.5',
6161
'Programming Language :: Python :: 3.6',
62-
),
62+
],
6363
zip_safe=False,
6464
tests_require=[
6565
'mock',

0 commit comments

Comments
 (0)