mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
24 lines
585 B
Text
24 lines
585 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 *
|
|
exclude src/rust/target
|
|
recursive-exclude src/rust/target *
|
|
|
|
recursive-exclude .github *
|
|
|
|
exclude release.py .readthedocs.yml ci-constraints-requirements.txt mypy.ini
|