File: MANIFEST.in

package info (click to toggle)
python-bcrypt 3.1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: ansic: 1,674; python: 655; makefile: 12; sh: 4
file content (16 lines) | stat: -rw-r--r-- 315 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
include src/build_bcrypt.py

recursive-include src/_csrc *
recursive-include tests *.py

exclude requirements.txt release.py .travis.yml azure-pipelines.yml

exclude .azure-pipelines
recursive-exclude .azure-pipelines *

prune .travis