Skip to content

Commit 0510ab2

Browse files
authored
update package classifiers (#2558)
Signed-off-by: Jinzhe Zeng <[email protected]>
1 parent 89543c9 commit 0510ab2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,21 @@ authors = [
2121
]
2222
license = {file = "LICENSE"}
2323
classifiers = [
24+
"Natural Language :: English",
25+
"Operating System :: POSIX :: Linux",
26+
"Operating System :: Microsoft :: Windows",
27+
"Development Status :: 5 - Production/Stable",
28+
"Programming Language :: C",
29+
"Programming Language :: C++",
30+
"Programming Language :: Python :: 3 :: Only",
31+
"Environment :: GPU :: NVIDIA CUDA :: 11.8",
32+
"Intended Audience :: Science/Research",
2433
"Programming Language :: Python :: 3.7",
2534
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
35+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
36+
"Topic :: Scientific/Engineering :: Physics",
37+
"Topic :: Scientific/Engineering :: Chemistry",
38+
"Environment :: Console",
2639
]
2740
dependencies = [
2841
'numpy',

0 commit comments

Comments
 (0)