Skip to content

Commit d2e5dae

Browse files
committed
build(pyproject): Normalize quotes
1 parent 52b25a3 commit d2e5dae

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ description = "scripting library / orm for tmux"
88
license = "MIT"
99
authors = ["Tony Narlock <tony@git-pull.com>"]
1010
classifiers = [
11-
'Development Status :: 5 - Production/Stable',
11+
"Development Status :: 5 - Production/Stable",
1212
"License :: OSI Approved :: MIT License",
1313
"Operating System :: POSIX",
1414
"Operating System :: MacOS :: MacOS X",
15-
'Environment :: Web Environment',
16-
'Intended Audience :: Developers',
17-
'Programming Language :: Python',
18-
'Programming Language :: Python :: 2.7',
19-
'Programming Language :: Python :: 3.5',
20-
'Programming Language :: Python :: 3.6',
21-
'Programming Language :: Python :: 3.7',
22-
'Programming Language :: Python :: 3.8',
23-
'Programming Language :: Python :: Implementation :: PyPy',
15+
"Environment :: Web Environment",
16+
"Intended Audience :: Developers",
17+
"Programming Language :: Python",
18+
"Programming Language :: Python :: 2.7",
19+
"Programming Language :: Python :: 3.5",
20+
"Programming Language :: Python :: 3.6",
21+
"Programming Language :: Python :: 3.7",
22+
"Programming Language :: Python :: 3.8",
23+
"Programming Language :: Python :: Implementation :: PyPy",
2424
"Topic :: Utilities",
2525
"Topic :: System :: Shells"
2626
]

0 commit comments

Comments
 (0)