Skip to content

Commit

Permalink
fix deployment of tests (#933)
Browse files Browse the repository at this point in the history
fix #932
  • Loading branch information
noraj authored May 8, 2023
1 parent 9f2f4d5 commit 71d5368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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='[email protected]',
Expand Down

0 comments on commit 71d5368

Please sign in to comment.