summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: ce3529a9db63b1c6925d8460134e6d67ca03deb1 (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/paste
graft tests
graft docs
graft .github

include setup.cfg
include README.rst
include contributing.md
include license.txt
include .coveragerc
include .flake8
include pytest.ini
include tox.ini
include rtd.txt
include pyproject.toml

prune docs/_build
prune docs/_themes
prune tests/fake_packages/FakeApp.egg/EGG-INFO

global-exclude __pycache__ *.py[cod]
global-exclude .DS_Store