summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: b41b4db36ed81cd66930c61279a6882547a5c073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
graft src/waitress
graft tests
graft docs
graft .github

include README.rst
include CHANGES.txt
include HISTORY.txt
include RELEASING.txt
include LICENSE.txt
include contributing.md
include CONTRIBUTORS.txt
include COPYRIGHT.txt

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

exclude TODO.txt
prune docs/_build

recursive-exclude * __pycache__ *.py[cod]