From ee573788fc47a79c34a106cb3ad792c7190ef5a9 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 12 Oct 2023 12:55:32 +0200 Subject: [PATCH] Fix: pyproject.toml license needs to point to file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e844cb..5c96ba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",