]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
modernize pyproject license format
authorBob Halley <halley@dnspython.org>
Sat, 16 May 2026 19:41:04 +0000 (12:41 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 16 May 2026 19:41:04 +0000 (12:41 -0700)
pyproject.toml

index 03f19b39400b7660ed16e5500af446a85621cb6a..d0685beea01e6ed319b738f4a666330cf0646ae0 100644 (file)
@@ -6,7 +6,7 @@ build-backend = "uv_build"
 name = "dnspython"
 description = "DNS toolkit"
 authors = [{ name = "Bob Halley", email = "halley@dnspython.org" }]
-license = { text = "ISC" }
+license = "ISC"
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Intended Audience :: Developers",