Skip to content

Commit

Permalink
Merge pull request #140 from Bomme/patch-1
Browse files Browse the repository at this point in the history
include license in pyproject.toml
  • Loading branch information
sampsyo committed Dec 15, 2023
2 parents a5d33a3 + 4e971ce commit 577f8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: MIT License',
]
license = {file = "LICENSE"}

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit 577f8e2

Please sign in to comment.