Skip to content

Commit

Permalink
Added a py.typed marker file for PEP 561 compliance
Browse files Browse the repository at this point in the history
This allows the new type hints for the ASGI scopes and messages to be
used. Without this mypy ignores anything from asgiref.
  • Loading branch information
pgjones committed Jan 24, 2021
1 parent 33be2df commit 96cbb8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE
include asgiref/py.typed
recursive-include tests *.py
Empty file added asgiref/py.typed
Empty file.

0 comments on commit 96cbb8c

Please sign in to comment.