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 c17f38b commit 90742a0Copy full SHA for 90742a0
pyproject.toml
@@ -19,9 +19,15 @@ command and substitutes it into your terminal buffer."""
19
readme = "README.md"
20
requires-python = ">=3.9"
21
classifiers = [
22
+ "Development Status :: 4 - Beta",
23
+ "Environment :: Console",
24
+ "Operating System :: MacOS",
25
"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",
30
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
- "Operating System :: MacOS",
31
]
32
33
[tool.setuptools]
0 commit comments