Skip to content

Commit

Permalink
PEP 561 compliance
Browse files Browse the repository at this point in the history
This should allow the typing included with aioquic to be picked up by
mypy and used in projects that use aioquic.
  • Loading branch information
pgjones committed Aug 11, 2019
1 parent 7883a5f commit 3c3f90a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include LICENSE
include aioquic/py.typed
recursive-include docs *.py *.rst Makefile
recursive-include examples *.html *.py
recursive-include tests *.bin *.pem *.py
1 change: 1 addition & 0 deletions aioquic/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
author='Jeremy Lainé',
author_email='[email protected]',
license='BSD',
include_package_data=True,
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
Expand Down

0 comments on commit 3c3f90a

Please sign in to comment.