Skip to content

Commit 2ff7511

Browse files
Add MIT license trove classifier to pyproject.toml (#5)
1 parent 22309aa commit 2ff7511

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ readme = "README.md"
1010
authors = [ { name = "Nathan McDougall", email = "nathan.j.mcdougall@gmail.com" } ]
1111
requires-python = ">=3.10"
1212
classifiers = [
13+
"License :: OSI Approved :: MIT License",
1314
"Programming Language :: Python :: 3 :: Only",
1415
"Programming Language :: Python :: 3.10",
1516
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)