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 21ddbcc commit c9120b8Copy full SHA for c9120b8
pyproject.toml
@@ -23,18 +23,22 @@ maintainers = [
23
]
24
license = {text = "MIT"}
25
classifiers = [
26
+ # https://pypi.org/classifiers/
27
"Development Status :: 5 - Production/Stable",
28
"Environment :: Console",
29
"Intended Audience :: Developers",
30
"Intended Audience :: Information Technology",
31
"Intended Audience :: System Administrators",
32
"License :: OSI Approved :: MIT License",
- "Operating System :: OS Independent",
33
+ "Operating System :: MacOS",
34
+ "Operating System :: POSIX :: Linux",
35
+ "Operating System :: POSIX",
36
"Programming Language :: Python :: 3",
37
"Programming Language :: Python :: 3.8",
38
"Programming Language :: Python :: 3.9",
39
"Programming Language :: Python :: 3.10",
40
"Programming Language :: Python :: 3.11",
41
+ "Programming Language :: Python :: 3.12",
42
"Programming Language :: Python",
43
"Topic :: System :: Systems Administration",
44
"Topic :: Utilities",
0 commit comments