From: Bob Halley Date: Sat, 16 May 2026 19:41:04 +0000 (-0700) Subject: modernize pyproject license format X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=30f9dc98b43daa777e8ccf336b64dfcd08382789;p=thirdparty%2Fdnspython.git modernize pyproject license format --- diff --git a/pyproject.toml b/pyproject.toml index 03f19b39..d0685bee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",