From beec645025beda11c97ba919e8b2a384081f7209 Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Wed, 20 Aug 2025 09:40:49 +0200 Subject: [PATCH] Use a valid SPDX identifier as license classifier This helps automatic license checkers like pip-licenses to identify the right license for this project --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 765c5ec..bcb17b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.0.1" description = "A Flask extension simplifying CORS support" authors = [{ name = "Cory Dolphin", email = "corydolphin@gmail.com" }] readme = "README.rst" +license = "MIT" keywords = ['python'] requires-python = ">=3.9,<4.0" classifiers = [