summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: dcffd6024d1c9b6e30a76bfc5d43faf23e0ed714 (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 CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include LICENSE.APACHE
include LICENSE.BSD
include README.rst
include noxfile.py

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