summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 5c82725a4148be9118342d228e381fe490f99bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 *