From: Bob Halley Date: Tue, 6 Feb 2024 15:56:58 +0000 (-0800) Subject: add accidentally omitted license field to [project] X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F2.5;p=thirdparty%2Fdnspython.git add accidentally omitted license field to [project] (cherry picked from commit 51b4fe5cfcf68025280dcbee40275ecec92c3bcf) --- diff --git a/pyproject.toml b/pyproject.toml index f20742c6..fb2fcd24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",