From 48736ab6b2c346ce4aae3087e49f9128211d9b99 Mon Sep 17 00:00:00 2001 From: Preocts Date: Fri, 30 May 2025 21:44:55 -0400 Subject: [PATCH] Update pyproject.license This does not change the license, only how it is listed. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ec8035..dc99d6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,14 +8,13 @@ requires-python = ">=3.9" version = "0.1.0" description = "Module Description" readme = "README.md" -license = { file = "LICENSE" } +license = "MIT" authors = [ { email = "yourname@email.invalid", name = "[YOUR NAME]" }, ] maintainers = [] keywords = [] classifiers = [ - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython",