File: MANIFEST.in

package info (click to toggle)
python-pytest-run-parallel 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 320 kB
  • sloc: python: 1,919; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
include tests/conftest.py
exclude pytest_run_parallel.egg-info
recursive-exclude * *.egg-info
recursive-include docs *.bat
recursive-include docs *.rst
recursive-include docs Makefile
include *.lock
include *.md
include *.toml
include *.yaml
recursive-include docs *.py