From 6dd97c3835caeb3977b8c9ceab7e6341cc93a63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 24 Oct 2020 13:44:17 +0300 Subject: [PATCH] Do not install tests --- MANIFEST.in | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index da2696e..a944f12 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,4 @@ include MANIFEST.in include NEWS include README.rst include .gitignore +recursive-include extras/tests * diff --git a/setup.py b/setup.py index d582dfd..3592268 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,5 @@ def get_long_description(): ], packages=[ 'extras', - 'extras.tests', ], cmdclass=cmdclass)