summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-02 07:03:45 -0700
committerBob Halley <halley@dnspython.org>2020-05-02 07:03:45 -0700
commit511eb178d763c4a3eab853fe9658c476331255dd (patch)
treec0b335683d9d2e36ae7cc405c6c3c6740ab67b1f /setup.py
parent896b0ae5f38b5ea349558bcee419e49b31974102 (diff)
downloaddnspython-511eb178d763c4a3eab853fe9658c476331255dd.tar.gz
Update license descriptor to the ISC license.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 497d8e4..322fdb5 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']},