Skip to content

Commit 71d5368

Browse files
authored
fix deployment of tests (soxoj#933)
fix soxoj#932
1 parent 9f2f4d5 commit 71d5368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
url='https://github.com/soxoj/maigret',
1919
install_requires=requires,
2020
entry_points={'console_scripts': ['maigret = maigret.maigret:run']},
21-
packages=find_packages(),
21+
packages=find_packages(exclude=["tests*"]),
2222
include_package_data=True,
2323
author='Soxoj',
2424
author_email='soxoj@protonmail.com',

0 commit comments

Comments
 (0)