Skip to content

Commit 52b25a3

Browse files
committed
build(setup.py): Fix quotes
1 parent c372db4 commit 52b25a3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@
4646
zip_safe=False,
4747
keywords=about['__title__'],
4848
classifiers=[
49-
'Development Status :: 5 - Production/Stable',
49+
"Development Status :: 5 - Production/Stable",
5050
"License :: OSI Approved :: MIT License",
5151
"Operating System :: POSIX",
5252
"Operating System :: MacOS :: MacOS X",
53-
'Environment :: Web Environment',
54-
'Intended Audience :: Developers',
55-
'Programming Language :: Python',
56-
'Programming Language :: Python :: 2.7',
57-
'Programming Language :: Python :: 3.5',
58-
'Programming Language :: Python :: 3.6',
59-
'Programming Language :: Python :: 3.7',
60-
'Programming Language :: Python :: Implementation :: PyPy',
53+
"Environment :: Web Environment",
54+
"Intended Audience :: Developers",
55+
"Programming Language :: Python",
56+
"Programming Language :: Python :: 2.7",
57+
"Programming Language :: Python :: 3.5",
58+
"Programming Language :: Python :: 3.6",
59+
"Programming Language :: Python :: 3.7",
60+
"Programming Language :: Python :: Implementation :: PyPy",
6161
"Topic :: Utilities",
6262
"Topic :: System :: Shells",
6363
],

0 commit comments

Comments
 (0)