]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add accidentally omitted license field to [project] 2.5
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:59:02 +0000 (07:59 -0800)
(cherry picked from commit 51b4fe5cfcf68025280dcbee40275ecec92c3bcf)

pyproject.toml

index f20742c6ae07e373517ebd0d0117c50be8e56559..fb2fcd24c518d960472e161032ff73a8b046a0e3 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",