]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update license descriptor to the ISC license.
authorBob Halley <halley@dnspython.org>
Sat, 2 May 2020 14:03:45 +0000 (07:03 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 2 May 2020 14:03:45 +0000 (07:03 -0700)
setup.py

index 497d8e495d5138a8c46c680f1deaeacc0a1c1a23..322fdb53de5895518d775e5c9a1fe9ccbb66535e 100755 (executable)
--- 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']},