From 2625368aed389a6b4fefef8b000ea14af910d31f Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 31 Aug 2016 16:28:39 -0700 Subject: [PATCH] link: more MANIFEST.in tweaks --- MANIFEST.in | 1 + setup.cfg | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index feed17f6..a3c88370 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -25,6 +25,7 @@ recursive-exclude tests/cache * # documentation include *.rst include pipeline.svg +recursive-exclude .github * # support files recursive-include ocrmypdf/data * diff --git a/setup.cfg b/setup.cfg index cee7e31d..4a952518 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,9 @@ [bdist_wheel] python-tag = py34 + [aliases] -test=pytest \ No newline at end of file +test=pytest + +[check-manifest] +ignore = + .github \ No newline at end of file