Skip to content

Commit

Permalink
Add py.typed marker file for PEP 561 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
and-semakin authored and sybrenstuvel committed Feb 24, 2021
1 parent 214c0f9 commit d1de4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
- Chain exceptions using `raise new_exception from old_exception`
([#157](https://github.com/sybrenstuvel/python-rsa/pull/157))
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
to use type annotations from Python-RSA
([#136](https://github.com/sybrenstuvel/python-rsa/pull/136)).

## Version 4.7.2 - released 2021-02-24

Expand Down
1 change: 1 addition & 0 deletions rsa/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561. The rsa package uses inline types.

0 comments on commit d1de4c8

Please sign in to comment.