Skip to content

Commit

Permalink
Use PEP 639 licence expression (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 16, 2024
1 parent 5f4ce00 commit 707bec4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build-backend = "hatchling.build"
requires = [
"hatch-vcs",
"hatchling",
"hatchling>=1.27",
]

[project]
Expand All @@ -16,7 +16,8 @@ keywords = [
"tiny text",
"tiny type",
]
license = { text = "MIT" }
license = "MIT"
license-files = [ "LICENSE.txt" ]
authors = [ { name = "Hugo van Kemenade" } ]
requires-python = ">=3.9"
classifiers = [
Expand Down

0 comments on commit 707bec4

Please sign in to comment.