Skip to content

Commit 90742a0

Browse files
committed
Add PYPI classifiers
1 parent c17f38b commit 90742a0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ command and substitutes it into your terminal buffer."""
1919
readme = "README.md"
2020
requires-python = ">=3.9"
2121
classifiers = [
22+
"Development Status :: 4 - Beta",
23+
"Environment :: Console",
24+
"Operating System :: MacOS",
2225
"Programming Language :: Python :: 3",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2330
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
24-
"Operating System :: MacOS",
2531
]
2632

2733
[tool.setuptools]

0 commit comments

Comments
 (0)