Exclude tests from package

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-03-27 15:14:29 +01:00
parent 958d9bc0e6
commit 00ed52384a

View File

@@ -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"])
)