Skip to content

Commit 4ec069a

Browse files
Fix macOS PyPI classifier
Use the valid MacOS X Trove classifier suggested in review while keeping the SPDX license form that passes the package build.
1 parent 7f9876f commit 4ec069a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"Intended Audience :: Science/Research",
1818
"Operating System :: Microsoft :: Windows",
19-
"Operating System :: MacOS",
19+
"Operating System :: MacOS :: MacOS X",
2020
"Operating System :: POSIX :: Linux",
2121
"Programming Language :: C++",
2222
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)