diff --git a/setup.py b/setup.py index 759e1c5f..8e5b4727 100644 --- a/setup.py +++ b/setup.py @@ -503,7 +503,11 @@ setup( "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*")),