From 40f0dec79b0faeee2a85a8877c2d12da271a39a1 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Wed, 11 Jun 2025 23:37:32 +0100 Subject: [PATCH] Fix license in pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a6b065a..752a5edf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,13 +2,12 @@ name = "echo" description = "Callback Properties in Python" readme = "README.rst" -license = { text = "MIT" } +license = "MIT" maintainers = [ { name = "Chris Beaumont and Thomas Robitaille", email = "thomas.robitaille@gmail.com" } ] authors = [ { name = "Chris Beaumont and Thomas Robitaille", email = "thomas.robitaille@gmail.com" } ] requires-python = ">=3.10" classifiers = [ "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only",