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

include pyproject.toml

include tox.ini .coveragerc
include src/build_bcrypt.py

recursive-include src/_csrc *
recursive-include tests *.py

exclude requirements.txt release.py .travis.yml mypy.ini

prune .travis