bcrypt/MANIFEST.in
2023-11-23 20:06:59 -06:00

17 lines
346 B
Plaintext

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 *
exclude src/_bcrypt/target
recursive-exclude src/_bcrypt/target *