Skip to content

Commit

Permalink
Restore py.typed file to enable types
Browse files Browse the repository at this point in the history
Without this type annotations aren't picked up. This should not have
been deleted.

https://www.python.org/dev/peps/pep-0561/#packaging-type-information

Closes: #165
  • Loading branch information
jamielennox committed Apr 28, 2021
1 parent 956bd2c commit 78ef2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions releasenotes/notes/Add-py.typed-file-5a5cae1041dd0859.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
fixes:
- A py.typed file is required to enable type annotations for the package. Add to pack for re-release.
Empty file added requests_mock/py.typed
Empty file.

0 comments on commit 78ef2d0

Please sign in to comment.