From 43f688a6c8843738dc8abf8d498d1118e0f69b57 Mon Sep 17 00:00:00 2001 From: xadrianzetx Date: Fri, 11 Nov 2022 14:18:15 +0100 Subject: [PATCH] Use `text` as the key in `license` table --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db43ba8..cb47038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ { name = "Adrian Zuber", email = "xadrianzetx@gmail.com" }, ] requires-python = ">=3.7" -license = { file = "LICENSE" } +license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research",