Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit d1de4c8

Browse files
and-semakinsybrenstuvel
authored andcommitted
Add py.typed marker file for PEP 561 compliance
1 parent 214c0f9 commit d1de4c8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
66
- Chain exceptions using `raise new_exception from old_exception`
77
([#157](https://github.com/sybrenstuvel/python-rsa/pull/157))
8+
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
9+
to use type annotations from Python-RSA
10+
([#136](https://github.com/sybrenstuvel/python-rsa/pull/136)).
811

912
## Version 4.7.2 - released 2021-02-24
1013

rsa/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Marker file for PEP 561. The rsa package uses inline types.

0 commit comments

Comments
 (0)