We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58de45e commit 7b12a13Copy full SHA for 7b12a13
pyproject.toml
@@ -11,7 +11,8 @@ version = "1.9.0"
11
description = "Python project parsing metar and taf message"
12
readme = "README.md"
13
requires-python = ">=3.7"
14
-license = { file = "LICENSE" }
+license = "MIT"
15
+license-files = ["LICENSE"]
16
authors = [
17
{ name = "Jean-Kevin KPADEY", email = "jeankevin.kpadey@gmail.com" }
18
]
0 commit comments