summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-07-10 18:59:01 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-12 17:13:10 +0800
commit50edc9af4ab43c510237371aceadd520442f3e24 (patch)
tree34ee4854654b2d855f91eeb2d9107b8ae98328a6 /MANIFEST.in
parent7bde529ad7a8d663ce741c2d42d41d552701e19a (diff)
downloadgitpython-50edc9af4ab43c510237371aceadd520442f3e24.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