diff --git a/setup.py b/setup.py index 759e1c5f314d8..8e5b472749275 100644 --- a/setup.py +++ b/setup.py @@ -503,7 +503,11 @@ def _read_requirements(filename: str) -> List[str]: "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "License :: OSI Approved :: Apache Software License", + "Intended Audience :: Developers", + "Intended Audience :: Information Technology", + "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Scientific/Engineering :: Information Analysis", ], packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples", "tests*")),