Skip to content

Commit c9120b8

Browse files
authored
Correct trove metadata related to supported platforms (#90)
1 parent 21ddbcc commit c9120b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,22 @@ maintainers = [
2323
]
2424
license = {text = "MIT"}
2525
classifiers = [
26+
# https://pypi.org/classifiers/
2627
"Development Status :: 5 - Production/Stable",
2728
"Environment :: Console",
2829
"Intended Audience :: Developers",
2930
"Intended Audience :: Information Technology",
3031
"Intended Audience :: System Administrators",
3132
"License :: OSI Approved :: MIT License",
32-
"Operating System :: OS Independent",
33+
"Operating System :: MacOS",
34+
"Operating System :: POSIX :: Linux",
35+
"Operating System :: POSIX",
3336
"Programming Language :: Python :: 3",
3437
"Programming Language :: Python :: 3.8",
3538
"Programming Language :: Python :: 3.9",
3639
"Programming Language :: Python :: 3.10",
3740
"Programming Language :: Python :: 3.11",
41+
"Programming Language :: Python :: 3.12",
3842
"Programming Language :: Python",
3943
"Topic :: System :: Systems Administration",
4044
"Topic :: Utilities",

0 commit comments

Comments
 (0)