diff options
| author | Bob Halley <halley@dnspython.org> | 2020-06-03 09:23:49 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-06-03 09:23:49 -0700 |
| commit | 8643c7d660fcc3bf620b085c2e483d1419408f96 (patch) | |
| tree | 2ba44fc02cbb2a17164b24bdf7bcbdfd2f6014a9 /setup.py | |
| parent | 014f40b8bcbf141e307d695620f3adc9ad2b24c6 (diff) | |
| download | dnspython-8643c7d660fcc3bf620b085c2e483d1419408f96.tar.gz | |
add dns.trio to setup.py packages
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,8 @@ direct manipulation of DNS zones, messages, names, and records.""", 'author_email' : 'halley@dnspython.org', 'license' : 'ISC', 'url' : 'http://www.dnspython.org', - 'packages' : ['dns', 'dns.rdtypes', 'dns.rdtypes.IN', 'dns.rdtypes.ANY', 'dns.rdtypes.CH'], + 'packages' : ['dns', 'dns.rdtypes', 'dns.rdtypes.IN', 'dns.rdtypes.ANY', + 'dns.rdtypes.CH', 'dns.trio'], 'package_data' : {'dns': ['py.typed']}, 'download_url' : \ 'http://www.dnspython.org/kits/{}/dnspython-{}.tar.gz'.format(version, version), |
