Skip to content

Commit ff7abad

Browse files
committed
Fix setup.py comma
1 parent 345732e commit ff7abad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_version(version_tuple):
6868
"Programming Language :: Python :: 3.7",
6969
"Programming Language :: Python :: 3.8",
7070
"Programming Language :: Python :: 3.9",
71-
"Programming Language :: Python :: Implementation :: PyPy"
71+
"Programming Language :: Python :: Implementation :: PyPy",
7272
"Programming Language :: Python :: Implementation :: CPython",
7373
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
7474
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)