check-patroni/MANIFEST.in
Denis Laxalde 2d2c389bdb Configure coverage
To be run with 'pytest --cov --cov-report=html'.
2023-10-06 10:33:04 +02:00

11 lines
212 B
Plaintext

include *.md
include mypy.ini
include pytest.ini
include tox.ini
include .coveragerc
include .flake8
include pyproject.toml
recursive-include docs *.sh
recursive-include tests *.json
recursive-include tests *.py