Fix: pyproject.toml license needs to point to file

This commit is contained in:
Dominik Moritz Roth 2023-10-12 12:55:32 +02:00
parent a5a29176cb
commit ee573788fc

View File

@ -9,7 +9,7 @@ authors = [
{name = "Dominik Roth", email = "fancy_gym@dominik-roth.eu"},
{name = "Hongyi Zhou", email = "hongyi.zhou@kit.edu"}
]
license = "MIT"
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",