Skip to content

Commit 4e971ce

Browse files
authored
include license in pyproject.toml
1 parent a5d33a3 commit 4e971ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ classifiers = [
1919
'Programming Language :: Python :: 3.9',
2020
'Programming Language :: Python :: 3.10',
2121
'Programming Language :: Python :: 3.11',
22+
'License :: OSI Approved :: MIT License',
2223
]
24+
license = {file = "LICENSE"}
2325

2426
[project.optional-dependencies]
2527
test = [

0 commit comments

Comments
 (0)