summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 43512363e9708034deef142b8998c5f42afe2f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
graft src
graft docs
prune docs/_build
graft tests

include README.rst
include CHANGES.txt HISTORY.txt
include contributing.md RELEASING.rst
include .coveragerc .flake8 pyproject.toml
include tox.ini appveyor.yml .travis.yml rtd.txt

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