@@ -67,17 +67,14 @@ def _maybe_add_library_root(lib_name):
6767setup (
6868 name = "ctranslate2" ,
6969 version = _get_project_version (),
70- license = "MIT" ,
7170 description = "Fast inference engine for Transformer models" ,
7271 long_description = _get_long_description (),
7372 long_description_content_type = "text/markdown" ,
7473 author = "OpenNMT" ,
7574 url = "https://opennmt.net" ,
7675 classifiers = [
7776 "Development Status :: 5 - Production/Stable" ,
78- "Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.0" ,
79- "Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.1" ,
80- "Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.2" ,
77+ "Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.4" ,
8178 "Intended Audience :: Developers" ,
8279 "Intended Audience :: Science/Research" ,
8380 "License :: OSI Approved :: MIT License" ,
@@ -88,6 +85,7 @@ def _maybe_add_library_root(lib_name):
8885 "Programming Language :: Python :: 3.11" ,
8986 "Programming Language :: Python :: 3.12" ,
9087 "Programming Language :: Python :: 3.13" ,
88+ "Programming Language :: Python :: 3.14" ,
9189 "Topic :: Scientific/Engineering :: Artificial Intelligence" ,
9290 ],
9391 project_urls = {
0 commit comments