File: MANIFEST.in

package info (click to toggle)
python-pyspnego 0.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,688 kB
  • sloc: python: 16,197; sh: 182; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
include LICENSE
include CHANGELOG.md
include requirements-test.txt
exclude .coverage
exclude .gitignore
exclude .pre-commit-config.yaml
recursive-include build_helpers *
recursive-include src/spnego *.pyx *.pxd
recursive-exclude src/spnego *.c
recursive-include tests *
recursive-exclude tests *.pyc