Skip to content

Commit d9107b7

Browse files
Add Classifiers for Liger-Kernel (#869)
## Summary Classifiers are standardized metadata tags that can be added to improve discoverability and compatibility on PyPI. Could you please review? cc: @lancerts Co-authored-by: Shao Tang <[email protected]>
1 parent 954eee2 commit d9107b7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

setup.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,15 @@ def get_platform() -> Literal["cuda", "rocm", "cpu", "xpu"]:
9999
packages=["liger_kernel"],
100100
install_requires=get_default_dependencies(),
101101
extras_require=get_optional_dependencies(),
102+
classifiers=[
103+
"Development Status :: 5 - Production/Stable",
104+
"Intended Audience :: Developers",
105+
"Intended Audience :: Education",
106+
"Intended Audience :: Science/Research",
107+
"Programming Language :: Python :: 3",
108+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
109+
"Topic :: Software Development :: Libraries :: Python Modules",
110+
"License :: OSI Approved :: BSD-2-Clause Software License",
111+
"Operating System :: OS Independent",
112+
]
102113
)

0 commit comments

Comments
 (0)