Skip to content

Commit

Permalink
Exclude tests directory from find packages to fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Nov 23, 2023
1 parent 716d9d3 commit 9913601
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 @@ -35,5 +35,5 @@
license="MIT",
long_description=readme,
long_description_content_type="text/markdown",
packages=find_packages(),
packages=find_packages(exclude=['tests', 'tests.*']),
)

0 comments on commit 9913601

Please sign in to comment.