Skip to content

Commit 718539b

Browse files
committed
- Fixed missing commas in classifiers section.
Signed-off-by: schlopp96 <[email protected]>
1 parent 69c710b commit 718539b

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
@@ -25,15 +25,15 @@
2525
"Environment :: Console",
2626
"Intended Audience :: End Users/Desktop",
2727
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
28-
"Natural Language :: English"
28+
"Natural Language :: English",
2929
"Operating System :: Microsoft :: Windows",
3030
"Programming Language :: Python :: 3",
3131
"Programming Language :: Python :: 3.6",
3232
"Programming Language :: Python :: 3.7",
3333
"Programming Language :: Python :: 3.8",
3434
"Programming Language :: Python :: 3.9",
3535
"Programming Language :: Python :: 3.10",
36-
"Topic :: Games/Entertainment"
36+
"Topic :: Games/Entertainment",
3737
"Topic :: Utilities",
3838
],
3939
keywords=[

0 commit comments

Comments
 (0)