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 bfd3c89 commit 4ca4a35Copy full SHA for 4ca4a35
pyproject.toml
@@ -13,13 +13,16 @@ authors = [
13
{ name = "Kyle O'Malley", email = "[email protected]" },
14
]
15
classifiers = [
16
- "Development Status :: 1 - Planning",
+ "Development Status :: 4 - Beta",
17
+ "Environment :: Console",
18
+ "Operating System :: OS Independent",
19
"License :: OSI Approved :: MIT License",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3.10",
22
"Programming Language :: Python :: 3.11",
23
"Programming Language :: Python :: 3.12",
- "Programming Language :: Python :: Implementation :: CPython",
24
+ "Programming Language :: Python :: 3 :: Only",
25
+ "Topic :: Utilities",
26
27
dependencies = [
28
"click"
0 commit comments