Skip to content

Commit 36a57af

Browse files
feat(package): add classifiers (#160)
1 parent 518cc61 commit 36a57af

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

+16
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ dependencies = [
1616

1717
]
1818
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+
]
1935

2036

2137

0 commit comments

Comments
 (0)