From 6ce810d5be278bbfc55fd700d686493277654e75 Mon Sep 17 00:00:00 2001 From: timrid <6593626+timrid@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:59:53 +0200 Subject: [PATCH] Use license declaration according to PEP639 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e0a706..b5477c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,8 @@ build-backend = "setuptools.build_meta" [project] name = "construct-typing" version = "0.8.0" -license = { file = "LICENSE" } +license = "MIT" +license-files = ["LICENSE"] description="Extension for the python package 'construct' that adds typing features" readme = "README.md" authors = [{ name = "Tim Riddermann" }]