Skip to content

Commit

Permalink
feat: add classifiers
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Nov 18, 2024
1 parent 463acd9 commit 84ad553
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ license = {text= "MIT"}
readme = "README.md"
keywords = ["multiple dispatch"]
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Typing :: Typed",
]
dynamic = ["version"]

Expand Down

0 comments on commit 84ad553

Please sign in to comment.