From 707bec439882dbc3d67be7d05d7864c28478a25f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:06:52 +0200 Subject: [PATCH] Use PEP 639 licence expression (#209) --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b80c29d..4b75e451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ build-backend = "hatchling.build" requires = [ "hatch-vcs", - "hatchling", + "hatchling>=1.27", ] [project] @@ -16,7 +16,8 @@ keywords = [ "tiny text", "tiny type", ] -license = { text = "MIT" } +license = "MIT" +license-files = [ "LICENSE.txt" ] authors = [ { name = "Hugo van Kemenade" } ] requires-python = ">=3.9" classifiers = [