Skip to content

Commit 3dab36f

Browse files
committed
build(setup.py): Fix quotes
1 parent b556376 commit 3dab36f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@
4444
keywords=about['__title__'],
4545
entry_points=dict(console_scripts=['tmuxp=tmuxp:cli.cli']),
4646
classifiers=[
47-
'Development Status :: 5 - Production/Stable',
47+
"Development Status :: 5 - Production/Stable",
4848
"License :: OSI Approved :: MIT License",
4949
"Operating System :: POSIX",
5050
"Operating System :: MacOS :: MacOS X",
51-
'Environment :: Web Environment',
52-
'Intended Audience :: Developers',
53-
'Programming Language :: Python',
54-
'Programming Language :: Python :: 2.7',
55-
'Programming Language :: Python :: 3.5',
56-
'Programming Language :: Python :: 3.6',
57-
'Programming Language :: Python :: 3.7',
58-
'Programming Language :: Python :: 3.8',
59-
'Programming Language :: Python :: Implementation :: PyPy',
51+
"Environment :: Web Environment",
52+
"Intended Audience :: Developers",
53+
"Programming Language :: Python",
54+
"Programming Language :: Python :: 2.7",
55+
"Programming Language :: Python :: 3.5",
56+
"Programming Language :: Python :: 3.6",
57+
"Programming Language :: Python :: 3.7",
58+
"Programming Language :: Python :: 3.8",
59+
"Programming Language :: Python :: Implementation :: PyPy",
6060
"Topic :: Utilities",
6161
"Topic :: System :: Shells",
6262
],

0 commit comments

Comments
 (0)