diff --git a/setup.py b/setup.py index b275d95..5ff7e75 100644 --- a/setup.py +++ b/setup.py @@ -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',