Skip to content

Commit

Permalink
Correct trove metadata related to supported platforms (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 17, 2022
1 parent 21ddbcc commit c9120b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,22 @@ maintainers = [
]
license = {text = "MIT"}
classifiers = [
# https://pypi.org/classifiers/
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python",
"Topic :: System :: Systems Administration",
"Topic :: Utilities",
Expand Down

0 comments on commit c9120b8

Please sign in to comment.