diff --git a/setup.py b/setup.py index 1e6e15e..85c0a91 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup( description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com', - packages=find_packages() + packages=find_packages(exclude=["tests"]) )