From 8884a8de91f0572ff585ae1af56a0faafaaf15a9 Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Sat, 19 Jul 2025 15:58:01 -0400 Subject: [PATCH] Use PEP 639 license metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db4e8c5..656fcfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,8 @@ name = "isic-challenge-scoring" description = "Submission scoring for the ISIC Challenge." readme = "README.md" requires-python = ">=3.13" -license = { text = "Apache 2.0" } +license = "Apache-2.0" +license-files = ["LICENSE"] maintainers = [{ name = "ISIC Archive", email = "support@isic-archive.com" }] keywords = [ "challenge", @@ -17,7 +18,6 @@ keywords = [ ] classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3",