We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a003e commit e90705fCopy full SHA for e90705f
pyproject.toml
@@ -26,7 +26,10 @@ requires-python = ">=3.9"
26
classifiers = [
27
"Development Status :: 3 - Alpha",
28
"License :: OSI Approved :: Apache Software License",
29
- "Operating System :: OS Independent",
+ "Operating System :: POSIX",
30
+ "Operating System :: POSIX :: Linux",
31
+ "Operating System :: MacOS",
32
+ "Operating System :: MacOS :: MacOS X",
33
"Intended Audience :: Science/Research",
34
"Programming Language :: Python",
35
"Programming Language :: Python :: 3",
0 commit comments