]> gitweb.michael.orlitzky.com - geoipyupdate.git/commitdiff
pyproject.toml: undo PEP639 license change
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 23 Mar 2025 13:28:16 +0000 (09:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 23 Mar 2025 13:28:16 +0000 (09:28 -0400)
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

index 96120bcc2b26518e2ca08b48bd2fd6aa9b8f75ea..5dfb1a3262be02245fd91e6f72d515c525e5236c 100644 (file)
@@ -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",