From 17c14c62c4526dbe6944ecb63869e1684812d20d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 23 Mar 2025 09:28:16 -0400 Subject: [PATCH] pyproject.toml: undo PEP639 license change What an absolute circus. Although the documentation recommends them and sdist warns about the old format, the new bare license strings aren't actually supported by anything yet. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96120bc..5dfb1a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Simple python replacement for the MaxMind geoipupdate program" readme = "README.rst" requires-python = ">=3.11" keywords = ["maxmind", "geoip"] -license = "AGPL-3.0-or-later" +license = { text = "AGPL-3.0-or-later" } classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", -- 2.49.0