diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-27 23:11:44 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-06-28 00:35:47 -0500 |
| commit | e42ba531963c35a89818bf57f08b0ab87c04e8bf (patch) | |
| tree | c2de9751babe30009a7c712ee83d1e11f222974e /MANIFEST.in | |
| parent | 7c5880be8dcdd22b51920d2248055db3f386565e (diff) | |
| download | pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.gz pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.bz2 pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.zip | |
add a manifest and a tox step to check it
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..8dac939f8 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,16 @@ +graft pyramid +graft docs +prune docs/_build + +include README.rst +include CHANGES.txt HISTORY.txt BFG_HISTORY.txt +include CONTRIBUTORS.txt LICENSE.txt COPYRIGHT.txt + +include contributing.md RELEASING.txt +include tox.ini appveyor.yml .travis.yml rtd.txt + +include HACKING.txt hacking-tox.ini +include builddocs.sh coverage.sh scaffoldtests.sh +include TODO.txt + +global-exclude __pycache__ *.py[cod] |
