From f4ea3ac3a12cc8390c8eb61b3d81cbd5d5a3653c Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 18 Sep 2018 21:49:01 +0200 Subject: Remove `static` later. --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dfa7fb2f..6659fc81 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,7 @@ setup( }, version='0.2.0', packages=find_packages( - exclude=( - '**/static', - '**/tests' - ) + exclude=('**/static',) ), python_requires='>= 3.6', install_requires=[ -- cgit v1.2.3