From 6d7636144e57fb804e4d6e5c3596c7421c051542 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 3 Oct 2018 13:22:38 -0700 Subject: spit and polish --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.3