Fix: pyproject.toml license needs to point to file
This commit is contained in:
parent
a5a29176cb
commit
ee573788fc
@ -9,7 +9,7 @@ authors = [
|
|||||||
{name = "Dominik Roth", email = "fancy_gym@dominik-roth.eu"},
|
{name = "Dominik Roth", email = "fancy_gym@dominik-roth.eu"},
|
||||||
{name = "Hongyi Zhou", email = "hongyi.zhou@kit.edu"}
|
{name = "Hongyi Zhou", email = "hongyi.zhou@kit.edu"}
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = { file = "LICENSE" }
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Intended Audience :: Science/Research",
|
"Intended Audience :: Science/Research",
|
||||||
|
Loading…
Reference in New Issue
Block a user