From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Ship the tests
--- bcbio.orig/setup.py
+++ bcbio/setup.py
@@ -34,7 +34,7 @@
       long_description=(open('README.rst').read()),
       license="MIT",
       url="https://github.com/bcbio/bcbio-nextgen",
-      packages=find_packages(exclude=["tests"]),
+      packages=find_packages(),
       zip_safe=zip_safe,
       scripts=scripts,
       install_requires=install_requires,
--- bcbio.orig/MANIFEST.in
+++ bcbio/MANIFEST.in
@@ -9,3 +9,5 @@
 include tests/data/automated/*.yaml
 include tests/data/automated/*.ini
 include tests/data/automated/tool-data/*.loc
+include tests/data/variants/*.vcf
+include tests/data/variants/*.tbi
