File: MANIFEST.in

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