From: Michael Orlitzky Date: Sun, 23 Mar 2025 13:28:16 +0000 (-0400) Subject: pyproject.toml: undo PEP639 license change X-Git-Tag: 0.0.3~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=17c14c62c4526dbe6944ecb63869e1684812d20d;p=geoipyupdate.git 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. --- 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",