From 204b2256938e925636b1df9567c5460524d7b2ae Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 2 Apr 2025 17:12:03 +0100 Subject: [PATCH] Replace license classifier with SPDX expression --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8264b0..c8fcaac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ description = "A low-level interface for loading binary Harp protocol data" readme = "README.md" requires-python = ">=3.9.0" dynamic = ["version"] -license = {text = "MIT License"} +license = "MIT" dependencies = [ "pydantic-yaml", @@ -20,8 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Operating System :: OS Independent", - "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent" ] [project.urls]