Skip to content

Commit 276cc1f

Browse files
committed
fix setup.py missing comma
1 parent bfe9182 commit 276cc1f

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
@@ -69,7 +69,7 @@ def get_shared_library_data_to_include():
6969
"Programming Language :: Python :: 3.10",
7070
"Programming Language :: Python :: 3.11",
7171
"Programming Language :: Python :: 3.12",
72-
"Programming Language :: Python :: 3.13"
72+
"Programming Language :: Python :: 3.13",
7373
"License :: OSI Approved :: MIT License",
7474
],
7575
cmdclass={"bdist_wheel": bdist_wheel},

0 commit comments

Comments
 (0)