Skip to content

Commit a5822e0

Browse files
committed
classifiers: add prod/stable
1 parent 47d5f69 commit a5822e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ classifiers = [
1717
"Intended Audience :: Information Technology",
1818
"Intended Audience :: Developers",
1919
"Operating System :: POSIX :: Linux",
20+
"Topic :: Software Development :: Libraries :: Python Modules",
21+
"Development Status :: 5 - Production/Stable",
2022
"Programming Language :: Python :: 3.8",
2123
"Programming Language :: Python :: 3.9",
2224
"Programming Language :: Python :: 3.10",
2325
"Programming Language :: Python :: 3.11",
2426
"Programming Language :: Python :: 3.12",
2527
"Programming Language :: Python :: 3.13",
2628
"Programming Language :: Python :: 3.14",
27-
"Topic :: Software Development :: Libraries :: Python Modules",
2829
]
2930
dependencies = [
3031
"requests>=2",

0 commit comments

Comments
 (0)