excluding tests when building the package

This commit is contained in:
Oussama Jarrousse
2023-12-27 12:08:49 +01:00
parent e0335ac4a7
commit e76feeb06b

View File

@@ -14,7 +14,7 @@ setup(
url = 'https://github.com/mkalioby/django-mfa2/', url = 'https://github.com/mkalioby/django-mfa2/',
download_url='https://github.com/mkalioby/django-mfa2/', download_url='https://github.com/mkalioby/django-mfa2/',
license='MIT', license='MIT',
packages=find_packages(), packages=find_packages(exclude=("tests",)),
install_requires=[ install_requires=[
'django >= 2.0', 'django >= 2.0',
'simplejson', 'simplejson',