From 93067a729a3d25c428a9a356eaad801badf6f6a1 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 2 Oct 2018 22:49:24 -0700 Subject: So that's what graft means --- MANIFEST.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 8b2aff2ae..b47e12cc9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ graft pyramid graft docs prune docs/_build +graft .github include README.rst include CHANGES.rst HISTORY.rst BFG_HISTORY.rst @@ -13,8 +14,4 @@ include HACKING.txt hacking-tox.ini include builddocs.sh coverage.sh scaffoldtests.sh include TODO.txt -include .github .github/ISSUE_TEMPLATE .github/ISSUE_TEMPLATE/bug_report.md -include .github/ISSUE_TEMPLATE/documentation.md -include .github/ISSUE_TEMPLATE/feature_request.md - global-exclude __pycache__ *.py[cod] -- cgit v1.2.3