diff options
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..fa22af5f8 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,16 @@ +graft src/pyramid +graft docs +prune docs/_build +graft tests + +include README.rst +include CHANGES.rst HISTORY.rst BFG_HISTORY.rst +include CONTRIBUTORS.txt LICENSE.txt COPYRIGHT.txt + +include .coveragerc .flake8 setup.cfg pyproject.toml +include tox.ini appveyor.yml .travis.yml rtd.txt +include contributing.md RELEASING.txt HACKING.txt TODO.txt +graft .github + +global-exclude __pycache__ *.py[cod] +global-exclude .DS_Store |
