We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c0a33 commit 059c75fCopy full SHA for 059c75f
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include LICENSE.txt README.rst notes.org tiny-client-demo.py
+include LICENSE.txt README.rst notes.org tiny-client-demo.py h11/py.typed
2
recursive-include docs *
3
recursive-include h11/tests/data *
4
recursive-include fuzz *
h11/py.typed
@@ -0,0 +1 @@
+Marker
setup.py
@@ -13,6 +13,7 @@
13
author_email="njs@pobox.com",
14
license="MIT",
15
packages=find_packages(),
16
+ package_data={'h11': ['py.typed']},
17
url="https://github.com/python-hyper/h11",
18
# This means, just install *everything* you see under h11/, even if it
19
# doesn't look like a source file, so long as it appears in MANIFEST.in:
0 commit comments