Skip to content

Commit 9eaa107

Browse files
authored
Add type annotations for the SSL module (#1308)
* Add type annotations for the `SSL` module Instead of relying on the third-party `types-pyOpenSSL` package, provide our own type annotations. This will ensure `pyOpenSSL` users always have type annotations which matches their version. * Replace `py.typed` by an empty file
1 parent 41f3c8e commit 9eaa107

File tree

3 files changed

+252
-203
lines changed

3 files changed

+252
-203
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include LICENSE MANIFEST.in *.rst tox.ini .coveragerc
1+
include LICENSE MANIFEST.in *.rst tox.ini .coveragerc src/OpenSSL/py.typed
22
exclude codecov.yml .readthedocs.yml mypy.ini
33
recursive-include tests *.py
44
recursive-include doc *

0 commit comments

Comments
 (0)