Skip to content

Commit

Permalink
Adding exclusion back to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb committed Dec 12, 2023
1 parent b204f3d commit 13965db
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 @@ -16,5 +16,5 @@
author='Christopher McComb',
author_email='chris.c.mccomb@gmail.com',
url='https://github.com/cmccomb/TrussMe',
packages=find_packages()
packages=find_packages(exclude='tests')
)

0 comments on commit 13965db

Please sign in to comment.