Skip to content

Commit 2e41478

Browse files
authored
Add license trove classifier (#19)
1 parent 7360cd8 commit 2e41478

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ license = {text = "MIT"}
1313
requires-python = ">=3.8"
1414
dependencies = ["ujson>=3.0.0"]
1515
dynamic = ["version"]
16+
classifiers = [
17+
"License :: OSI Approved :: MIT License",
18+
]
1619

1720
[project.readme]
1821
file = "README.md"

0 commit comments

Comments
 (0)