From e76feeb06b36e2ff8b83ac153ee88e6a93f84540 Mon Sep 17 00:00:00 2001 From: Oussama Jarrousse Date: Wed, 27 Dec 2023 12:08:49 +0100 Subject: [PATCH] excluding tests when building the package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19822e9..65e99ea 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( url = 'https://github.com/mkalioby/django-mfa2/', download_url='https://github.com/mkalioby/django-mfa2/', license='MIT', - packages=find_packages(), + packages=find_packages(exclude=("tests",)), install_requires=[ 'django >= 2.0', 'simplejson',