File: MANIFEST.in

package info (click to toggle)
python-hupper 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 1,668; makefile: 149
file content (17 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
graft src/hupper
graft tests
graft docs
graft .github
prune docs/_build

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

include pyproject.toml setup.cfg
include .coveragerc .flake8
include tox.ini rtd.txt pytest.ini

recursive-exclude * __pycache__ *.py[cod]