From 09fb542d472c863495a88c9cd73d692d86e86c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 26 Jan 2021 10:50:08 +0100 Subject: [PATCH] Do not install global-scope 'tests' package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d832b7..7abc0f3 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ install_requires = [ "passlib>=1.7.2", ] -packages = find_packages() +packages = find_packages(exclude=['tests']) setup( name="Flask-Security-Too", -- 2.30.0