From: Janus Date: Fri, 13 Jul 2018 13:42:02 +0000 (+0200) Subject: PEP 561 marker file X-Git-Tag: v1.16.0~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e6e81852b63eb64b68a08a27cc6e440819b6b58;p=thirdparty%2Fdnspython.git PEP 561 marker file --- 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' : [