bcrypt/MANIFEST.in
2022-01-05 16:18:14 -05:00

15 lines
273 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 release.py mypy.ini
recursive-exclude .github *
recursive-exclude .circleci *