Skip to content

Commit

Permalink
fix: exclude tests from distro (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Jan 25, 2025
1 parent f4d58fe commit 329427a
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 @@ -6,7 +6,7 @@

setup(
name="ez-a-sync",
packages=find_packages(),
packages=find_packages(exclude=["tests", "tests.*"]),
use_scm_version={
"root": ".",
"relative_to": __file__,
Expand Down

0 comments on commit 329427a

Please sign in to comment.