bcrypt/MANIFEST.in
Paul Kehrer bffa10fce7
CI updates (#341)
* CI updates

add caching, pin rs toolchain hash

* fix syntax

* add missing env var

also forgot to do caching on the distros job

* oops

* manifest fixes
2022-05-27 21:25:19 -04:00

18 lines
376 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 *
recursive-exclude .circleci *
exclude src/_bcrypt/target
recursive-exclude src/_bcrypt/target *