bcrypt/MANIFEST.in
dreid d8a36672bf
Move changelog to a separate file. (#1083)
* Move changelog to a separate file

* Fix changelog file link.

* Fix changelog link.

* Update manifest and project metadata.
2025-10-01 17:20:54 -04:00

17 lines
363 B
Plaintext

include LICENSE README.rst CHANGELOG.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 *