We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518cc61 commit 36a57afCopy full SHA for 36a57af
pyproject.toml
@@ -16,6 +16,22 @@ dependencies = [
16
17
]
18
requires-python = ">= 3.7"
19
+classifiers = [
20
+ "Typing :: Typed",
21
+ "Intended Audience :: Developers",
22
+ "Programming Language :: Python :: 3.7",
23
+ "Programming Language :: Python :: 3.8",
24
+ "Programming Language :: Python :: 3.9",
25
+ "Programming Language :: Python :: 3.10",
26
+ "Programming Language :: Python :: 3.11",
27
+ "Programming Language :: Python :: 3.12",
28
+ "Operating System :: OS Independent",
29
+ "Operating System :: POSIX",
30
+ "Operating System :: MacOS",
31
+ "Operating System :: POSIX :: Linux",
32
+ "Operating System :: Microsoft :: Windows",
33
+ "Topic :: Software Development :: Libraries :: Python Modules",
34
+]
35
36
37
0 commit comments