From: Bob Halley Date: Sat, 2 May 2020 14:03:45 +0000 (-0700) Subject: Update license descriptor to the ISC license. X-Git-Tag: v2.0.0rc1~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511eb178d763c4a3eab853fe9658c476331255dd;p=thirdparty%2Fdnspython.git Update license descriptor to the ISC license. --- 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']},