From 5a49e0296b904827836a8e081e484fc152818630 Mon Sep 17 00:00:00 2001 From: Carsten Lohrke Date: Sun, 10 Feb 2019 23:16:20 +0100 Subject: [PATCH] Do not install plugin tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 441ded14..38d977ba 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - packages=find_packages(exclude=['contrib', 'docs', 'test']), + packages=find_packages(exclude=['contrib', 'docs', 'test', 'test.plugins']), # List run-time dependencies here. These will be installed by pip when # your project is installed. For an analysis of "install_requires" vs pip's