diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-02 07:03:45 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-02 07:03:45 -0700 |
| commit | 511eb178d763c4a3eab853fe9658c476331255dd (patch) | |
| tree | c0b335683d9d2e36ae7cc405c6c3c6740ab67b1f /setup.py | |
| parent | 896b0ae5f38b5ea349558bcee419e49b31974102 (diff) | |
| download | dnspython-511eb178d763c4a3eab853fe9658c476331255dd.tar.gz | |
Update license descriptor to the ISC license.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']}, |
