• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include AUTHORS.rst
2include CHANGELOG.rst
3include CONTRIBUTING.rst
4include LICENSE
5include LICENSE.APACHE
6include LICENSE.BSD
7include LICENSE.PSF
8include README.rst
9
10include pyproject.toml
11
12recursive-include docs *
13recursive-include src/_cffi_src *.py *.c *.h
14prune docs/_build
15recursive-include tests *.py
16exclude vectors
17recursive-exclude vectors *
18
19recursive-exclude .github *
20
21exclude release.py .coveragerc codecov.yml .readthedocs.yml dev-requirements.txt rtd-requirements.txt tox.ini
22
23recursive-exclude .zuul.d *
24recursive-exclude .zuul.playbooks *
25