Skip to content

Commit a0355ab

Browse files
committed
fix: update classifiers
1 parent 990c41e commit a0355ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def get_extensions():
7272
install_requires=["torch>=2.0", "numpy", "numba"],
7373
classifiers=[
7474
"Programming Language :: Python :: 3",
75-
"Operating System :: OS Independent",
75+
"Operating System :: MacOS :: MacOS X",
76+
"Operating System :: POSIX",
7677
],
7778
license="MIT",
7879
ext_modules=get_extensions(),

0 commit comments

Comments
 (0)