Add classifiers in setup.py (#9171)
This commit is contained in:
parent
2f4117c38e
commit
ffc4b27ea8
4
setup.py
4
setup.py
@ -503,7 +503,11 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
"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 :: Artificial Intelligence",
|
||||||
|
"Topic :: Scientific/Engineering :: Information Analysis",
|
||||||
],
|
],
|
||||||
packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples",
|
packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples",
|
||||||
"tests*")),
|
"tests*")),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user