diff options
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 71f9ea3d2..c3391cbcc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ graft pyramid graft docs prune docs/_build -graft .github include README.rst include CHANGES.rst HISTORY.rst BFG_HISTORY.rst @@ -9,10 +8,11 @@ include CONTRIBUTORS.txt LICENSE.txt COPYRIGHT.txt include contributing.md RELEASING.txt include tox.ini appveyor.yml .travis.yml rtd.txt +graft .github include HACKING.txt hacking-tox.ini include builddocs.sh coverage.sh scaffoldtests.sh include TODO.txt global-exclude __pycache__ *.py[cod] -exclude .DS_Store +global-exclude .DS_Store |
