fix deployment of tests (#933)

fix #932
This commit is contained in:
Alexandre ZANNI
2023-05-08 16:25:31 +02:00
committed by GitHub
parent 9f2f4d5107
commit 71d5368fea
+1 -1
View File
@@ -18,7 +18,7 @@ setup(name='maigret',
url='https://github.com/soxoj/maigret',
install_requires=requires,
entry_points={'console_scripts': ['maigret = maigret.maigret:run']},
packages=find_packages(),
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
author='Soxoj',
author_email='soxoj@protonmail.com',