File: MANIFEST.in

package info (click to toggle)
python-pytest-venv 0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 181; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
graft .github
graft src
graft tests
prune tests/myapp/*.egg-info

include README.rst
include CHANGES.rst
include LICENSE.txt
include CONTRIBUTING.rst

include pyproject.toml
include .coveragerc .flake8 pytest.ini
include tox.ini

recursive-exclude * __pycache__ *.py[cod]