Skip to content

Commit e90705f

Browse files
Add trove classifiers for platform support
1 parent 08a003e commit e90705f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ requires-python = ">=3.9"
2626
classifiers = [
2727
"Development Status :: 3 - Alpha",
2828
"License :: OSI Approved :: Apache Software License",
29-
"Operating System :: OS Independent",
29+
"Operating System :: POSIX",
30+
"Operating System :: POSIX :: Linux",
31+
"Operating System :: MacOS",
32+
"Operating System :: MacOS :: MacOS X",
3033
"Intended Audience :: Science/Research",
3134
"Programming Language :: Python",
3235
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)