bcrypt/MANIFEST.in
2018-07-23 18:35:55 -04:00

19 lines
338 B
Plaintext

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 tasks.py .travis.yml wheel-scripts Jenkinsfile
exclude .jenkins
recursive-exclude .jenkins *
recursive-exclude wheel-scripts *
prune .travis