From 276cc1fd933fa7ed0c444f7055d5080f55bcc6b0 Mon Sep 17 00:00:00 2001 From: Omar Miraj Date: Tue, 3 Dec 2024 10:59:59 -0500 Subject: [PATCH] fix setup.py missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4cf939..9e4a7b7 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def get_shared_library_data_to_include(): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13" + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: MIT License", ], cmdclass={"bdist_wheel": bdist_wheel},