Skip to content

Commit 84ad553

Browse files
committed
feat: add classifiers
Signed-off-by: nstarman <[email protected]>
1 parent 463acd9 commit 84ad553

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ license = {text= "MIT"}
88
readme = "README.md"
99
keywords = ["multiple dispatch"]
1010
classifiers = [
11-
"Programming Language :: Python :: 3",
1211
"Development Status :: 5 - Production/Stable",
12+
"License :: OSI Approved :: MIT License",
13+
"Operating System :: OS Independent",
14+
"Programming Language :: Python :: 3",
15+
"Typing :: Typed",
1316
]
1417
dynamic = ["version"]
1518

0 commit comments

Comments
 (0)