From d0773a655e02b184a6d9643130dffa456c7fe41c Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 7 Jul 2025 15:11:31 +0200 Subject: [PATCH 1/3] :memo: update license format in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e545a35d7..49ed5f25ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ description = "A Python wrapper for the Discord API" readme = {content-type = "text/x-rst", file = "README.rst"} requires-python = ">=3.9" -license = {text = "MIT"} +license = "MIT" classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", From d6f221fd68e1c1d53de9dea5aebf5ad6cdc4599a Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Mon, 7 Jul 2025 15:33:13 +0200 Subject: [PATCH 2/3] chore: reference license file Signed-off-by: Lala Sabathil --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 49ed5f25ee..f651074b1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ description = "A Python wrapper for the Discord API" readme = {content-type = "text/x-rst", file = "README.rst"} requires-python = ">=3.9" license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", From 3f17087cf5e6d5e6cf3bebc88f89110a6f72bbe7 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Mon, 7 Jul 2025 15:36:39 +0200 Subject: [PATCH 3/3] fix: classifer is invalid now Signed-off-by: Lala Sabathil --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f651074b1e..b75c5e5bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ license = "MIT" license-files = ["LICENSE"] classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: MIT License", + "License-Expression :: MIT", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent",