Add classifiers in setup.py (#9171)

This commit is contained in:
Yuan Tang 2024-10-08 22:30:48 -04:00 committed by GitHub
parent 2f4117c38e
commit ffc4b27ea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*")),