Skip to content

Commit 577f8e2

Browse files
authored
Merge pull request #140 from Bomme/patch-1
include license in pyproject.toml
2 parents a5d33a3 + 4e971ce commit 577f8e2

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)