diff options
| author | Bob Halley <halley@dnspython.org> | 2020-06-11 18:50:30 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-06-11 18:50:30 -0700 |
| commit | 98b344d625190c3b536682775fb0e0340e715063 (patch) | |
| tree | 5882b861b4579633467106a1571503a586037be3 /setup.py | |
| parent | fa1d4938a8296b4ae88f7bbc5dfa67377995b9e2 (diff) | |
| download | dnspython-98b344d625190c3b536682775fb0e0340e715063.tar.gz | |
Support trio, curio, and asyncio with one API!
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ direct manipulation of DNS zones, messages, names, and records.""", 'license' : 'ISC', 'url' : 'http://www.dnspython.org', 'packages' : ['dns', 'dns.rdtypes', 'dns.rdtypes.IN', 'dns.rdtypes.ANY', - 'dns.rdtypes.CH', 'dns.trio'], + 'dns.rdtypes.CH'], 'package_data' : {'dns': ['py.typed']}, 'download_url' : \ 'http://www.dnspython.org/kits/{}/dnspython-{}.tar.gz'.format(version, version), |
