File: MANIFEST.in

package info (click to toggle)
python-bcrypt 4.2.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 467; makefile: 19; sh: 4
file content (16 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 *