bcrypt/MANIFEST.in
2025-01-17 12:50:58 -08:00

17 lines
349 B
Plaintext

include LICENSE README.rst
include pyproject.toml
include noxfile.py .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 *