We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa87dfc commit c47a181Copy full SHA for c47a181
pyproject.toml
@@ -15,12 +15,14 @@ readme = "README.md"
15
classifiers = [
16
"Intended Audience :: Developers",
17
"Intended Audience :: System Administrators",
18
- "License :: OSI Approved :: Apache Software License",
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3 :: Only",
20
"Programming Language :: Python :: 3.10",
21
"Programming Language :: Python :: 3.11",
22
"Programming Language :: Python :: 3.12",
23
"Programming Language :: Python :: 3.13",
24
"Programming Language :: Python :: 3.14",
25
+ "Operating System :: OS Independent",
26
]
27
requires-python = ">=3.10"
28
dependencies = [
0 commit comments