From d1de4c8be04027cee0586566576f74cc3f883a9b Mon Sep 17 00:00:00 2001 From: Andrey Semakin Date: Mon, 4 Nov 2019 15:23:28 +0500 Subject: Add py.typed marker file for PEP 561 compliance --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e0027..b5903e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- cgit v1.2.1