Skip to content

Commit 7b12a13

Browse files
committed
fix: update license in pyproject.toml
1 parent 58de45e commit 7b12a13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ version = "1.9.0"
1111
description = "Python project parsing metar and taf message"
1212
readme = "README.md"
1313
requires-python = ">=3.7"
14-
license = { file = "LICENSE" }
14+
license = "MIT"
15+
license-files = ["LICENSE"]
1516
authors = [
1617
{ name = "Jean-Kevin KPADEY", email = "jeankevin.kpadey@gmail.com" }
1718
]

0 commit comments

Comments
 (0)