]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Set license to a TOML table to avoid PEP 639 metadata for now.
authorBob Halley <halley@dnspython.org>
Tue, 5 Mar 2024 13:58:28 +0000 (05:58 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 5 Mar 2024 13:58:28 +0000 (05:58 -0800)
pyproject.toml

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