We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d5f69 commit a5822e0Copy full SHA for a5822e0
1 file changed
pyproject.toml
@@ -17,14 +17,15 @@ classifiers = [
17
"Intended Audience :: Information Technology",
18
"Intended Audience :: Developers",
19
"Operating System :: POSIX :: Linux",
20
+ "Topic :: Software Development :: Libraries :: Python Modules",
21
+ "Development Status :: 5 - Production/Stable",
22
"Programming Language :: Python :: 3.8",
23
"Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3.12",
27
"Programming Language :: Python :: 3.13",
28
"Programming Language :: Python :: 3.14",
- "Topic :: Software Development :: Libraries :: Python Modules",
29
]
30
dependencies = [
31
"requests>=2",
0 commit comments