Skip to content

Commit 4ca4a35

Browse files
committed
update pypi classifiers
1 parent bfd3c89 commit 4ca4a35

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ authors = [
1313
{ name = "Kyle O'Malley", email = "[email protected]" },
1414
]
1515
classifiers = [
16-
"Development Status :: 1 - Planning",
16+
"Development Status :: 4 - Beta",
17+
"Environment :: Console",
18+
"Operating System :: OS Independent",
1719
"License :: OSI Approved :: MIT License",
1820
"Programming Language :: Python",
1921
"Programming Language :: Python :: 3.10",
2022
"Programming Language :: Python :: 3.11",
2123
"Programming Language :: Python :: 3.12",
22-
"Programming Language :: Python :: Implementation :: CPython",
24+
"Programming Language :: Python :: 3 :: Only",
25+
"Topic :: Utilities",
2326
]
2427
dependencies = [
2528
"click"

0 commit comments

Comments
 (0)