From 7268ab97ba030d5bd6a48c22c9539f0e1c1c356b Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 10 Dec 2024 21:35:31 +0100 Subject: [PATCH] chore: apply pep 639 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82224ff..1b74fdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,14 +20,14 @@ keywords = [ "repositories", "research data", ] -license = { text = "MIT" } +license = "MIT" +license-files = [ "LICENSE" ] authors = [ { name = "Heinz-Alexander Fütterer" }, ] requires-python = ">=3.10" classifiers = [ "Development Status :: 1 - Planning", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only",