summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-07-10 18:59:01 +0200
committerKonrad Weihmann <kweihmann@outlook.com>2020-07-12 15:39:58 +0200
commit7e7045c4a2b2438adecd2ba59615fbb61d014512 (patch)
tree12700118c19cb058eadab0285ad719374c90cc79 /MANIFEST.in
parentc7e09792a392eeed4d712b40978b1b91b751a6d6 (diff)
downloadgitpython-7e7045c4a2b2438adecd2ba59615fbb61d014512.tar.gz
MANIFEST.in: update to exclude tests
and remove all previously used test related settings Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e6bf5249..5fd771db 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,11 +5,8 @@ include AUTHORS
include CONTRIBUTING.md
include README.md
include requirements.txt
-include test-requirements.txt
recursive-include doc *
-
-graft git/test/fixtures
-graft git/test/performance
+recursive-exclude test *
global-exclude __pycache__ *.pyc