From 511eb178d763c4a3eab853fe9658c476331255dd Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 2 May 2020 07:03:45 -0700 Subject: [PATCH] Update license descriptor to the ISC license. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 497d8e49..322fdb53 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records.""", 'author' : 'Bob Halley', 'author_email' : 'halley@dnspython.org', - 'license' : 'BSD-like', + 'license' : 'ISC', 'url' : 'http://www.dnspython.org', 'packages' : ['dns', 'dns.rdtypes', 'dns.rdtypes.IN', 'dns.rdtypes.ANY', 'dns.rdtypes.CH'], 'package_data' : {'dns': ['py.typed']}, -- 2.47.3