]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
PEP 561 marker file
authorJanus <ysangkok@gmail.com>
Fri, 13 Jul 2018 13:42:02 +0000 (15:42 +0200)
committerJanus <ysangkok@gmail.com>
Tue, 31 Jul 2018 16:56:48 +0000 (18:56 +0200)
dns/py.typed [new file with mode: 0644]
setup.py

diff --git a/dns/py.typed b/dns/py.typed
new file mode 100644 (file)
index 0000000..e69de29
index 5fb534da4437742d0dec19149c155109fc56f9c1..7f43ca6166d18e5e02e1973e95b4b4962ed404e8 100755 (executable)
--- 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' : [