summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: b9486402b875d85426720b4bc8c090f37f1af387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include LICENSE README.rst

include pyproject.toml

include tox.ini .coveragerc

recursive-include src py.typed *.pyi
recursive-include src/_bcrypt Cargo.toml Cargo.lock *.rs
recursive-include tests *.py

exclude requirements.txt release.py mypy.ini

recursive-exclude .github *
recursive-exclude .circleci *

exclude src/_bcrypt/target
recursive-exclude src/_bcrypt/target *