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},