File: MANIFEST.in

package info (click to toggle)
python-respx 0.22.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: python: 4,379; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
recursive-exclude .github *
recursive-exclude docs *
recursive-exclude tests *
exclude *.yaml
exclude *.xml
exclude flake.*
exclude noxfile.py
exclude CONTRIBUTING.md
include README.md
include CHANGELOG.md
include LICENSE.md
include respx/py.typed