Skip to content

Commit 9d209a6

Browse files
authored
Merge pull request #168 from thilo-maurer/thilo-maurer-patch-1
classifiers needs to be an array
2 parents 1c9c35c + 02c33cf commit 9d209a6

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
@@ -18,7 +18,7 @@
1818
scripts=['bin/jp.py'],
1919
packages=find_packages(exclude=['tests']),
2020
license='MIT',
21-
classifiers=(
21+
classifiers=[
2222
'Development Status :: 5 - Production/Stable',
2323
'Intended Audience :: Developers',
2424
'Natural Language :: English',
@@ -33,5 +33,5 @@
3333
'Programming Language :: Python :: 3.6',
3434
'Programming Language :: Python :: Implementation :: CPython',
3535
'Programming Language :: Python :: Implementation :: PyPy',
36-
),
36+
],
3737
)

0 commit comments

Comments
 (0)