Skip to content

Commit

Permalink
exclude "tests.*" from find_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy2027 authored and NexAdn committed Sep 19, 2024
1 parent 0c11634 commit 149ff89
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 @@ -52,7 +52,7 @@
author_email='[email protected]',
url='http://github.com/ralphbean/bugwarrior',
license='GPLv3+',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'tests.*']),
include_package_data=True,
zip_safe=False,
install_requires=[
Expand Down

0 comments on commit 149ff89

Please sign in to comment.