]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add accidentally omitted license field to [project]
authorBob Halley <halley@dnspython.org>
Tue, 6 Feb 2024 15:56:58 +0000 (07:56 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 6 Feb 2024 15:56:58 +0000 (07:56 -0800)
pyproject.toml

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