Skip to content

Commit

Permalink
Add type annotations for the SSL module (#1308)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jlaine committed Jun 21, 2024
1 parent 41f3c8e commit 9eaa107
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 203 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include LICENSE MANIFEST.in *.rst tox.ini .coveragerc
include LICENSE MANIFEST.in *.rst tox.ini .coveragerc src/OpenSSL/py.typed
exclude codecov.yml .readthedocs.yml mypy.ini
recursive-include tests *.py
recursive-include doc *
Expand Down
Loading

0 comments on commit 9eaa107

Please sign in to comment.