File: MANIFEST.in

package info (click to toggle)
pytest-mpi 0.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 2,070; makefile: 28; sh: 22
file content (19 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include versioneer.py src/pytest_mpi/_version.py
include README.md
include pypi-intro.rst
include LICENSE.txt CONTRIBUTING.md code_of_conduct.md
exclude known_broken_constraints.txt old_pytest.txt
recursive-include docs *
recursive-exclude docs/_build *
include doc-requirements.txt
include test-requirements.txt
recursive-include tests *.py
include pylintrc
include tox.ini
exclude TODO
prune **/__pycache__
prune **/*.pyc
prune **/*.swp
prune **/*.swo
exclude bors.toml azure-pipelines.yml codecov.yml
recursive-exclude ci *