mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
24 lines
556 B
Text
24 lines
556 B
Text
include AUTHORS.rst
|
|
include CHANGELOG.rst
|
|
include CONTRIBUTING.rst
|
|
include LICENSE
|
|
include LICENSE.APACHE
|
|
include LICENSE.BSD
|
|
include LICENSE.PSF
|
|
include README.rst
|
|
|
|
include pyproject.toml
|
|
|
|
recursive-include docs *
|
|
recursive-include src/_cffi_src *.py *.c *.h
|
|
prune docs/_build
|
|
recursive-include tests *.py
|
|
exclude vectors
|
|
recursive-exclude vectors *
|
|
|
|
recursive-exclude .github *
|
|
|
|
exclude release.py .coveragerc codecov.yml .readthedocs.yml dev-requirements.txt rtd-requirements.txt tox.ini
|
|
|
|
recursive-exclude .zuul.d *
|
|
recursive-exclude .zuul.playbooks *
|