From 2e6e81852b63eb64b68a08a27cc6e440819b6b58 Mon Sep 17 00:00:00 2001 From: Janus Date: Fri, 13 Jul 2018 15:42:02 +0200 Subject: [PATCH] PEP 561 marker file --- dns/py.typed | 0 setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 dns/py.typed diff --git a/dns/py.typed b/dns/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py index 5fb534da..7f43ca61 100755 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ direct manipulation of DNS zones, messages, names, and records.""", 'license' : 'BSD-like', 'url' : 'http://www.dnspython.org', 'packages' : ['dns', 'dns.rdtypes', 'dns.rdtypes.IN', 'dns.rdtypes.ANY'], + 'package_data' : {'dns': ['py.typed']}, 'download_url' : \ 'http://www.dnspython.org/kits/%s/dnspython-%s.tar.gz' % (version, version), 'classifiers' : [ -- 2.47.3