cryptography/MANIFEST.in
Paul Kehrer 5e6476a4c6
drop support for openssl < 1.1.1d (#8449)
This removes the OS random engine, which contained the only CPython PSF
licensed code in the repository. Accordingly, that license has now been
removed.
2023-03-24 08:36:58 -04:00

22 lines
525 B
Text

include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include LICENSE.APACHE
include LICENSE.BSD
include README.rst
include tox.ini
include pyproject.toml
recursive-include src py.typed *.pyi
recursive-include docs *
recursive-include src/_cffi_src *.py *.c *.h
recursive-include src/rust Cargo.toml Cargo.lock *.rs
prune docs/_build
recursive-include tests *.py
exclude vectors
recursive-exclude vectors *
recursive-exclude .github *
exclude release.py .readthedocs.yml ci-constraints-requirements.txt mypy.ini