We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb8029 commit 3534796Copy full SHA for 3534796
pyproject.toml
@@ -8,8 +8,11 @@ license = {text= "MIT"}
8
readme = "README.md"
9
keywords = ["multiple dispatch"]
10
classifiers = [
11
- "Programming Language :: Python :: 3",
12
"Development Status :: 5 - Production/Stable",
+ "License :: OSI Approved :: MIT License",
13
+ "Operating System :: OS Independent",
14
+ "Programming Language :: Python :: 3",
15
+ "Typing :: Typed",
16
]
17
dynamic = ["version"]
18
0 commit comments