From: Michael R. Crusoe <crusoe@debian.org>
Subject: ship the tests
Forwarded: not-needed
--- toil.orig/setup.py
+++ toil/setup.py
@@ -132,12 +132,9 @@
             'wdl': wdl_reqs,
             'all': all_reqs},
         package_dir={'': 'src'},
-        packages=find_packages(where='src',
-                               # Note that we intentionally include the top-level `test` package for
-                               # functionality like the @experimental and @integrative decorators:
-                               exclude=['*.test.*']),
+        packages=find_packages(where='src'),
         package_data={
-            '': ['*.yml', 'cloud-config'],
+            '': ['*.yml', 'cloud-config', '*.cwl'],
         },
         # Unfortunately, the names of the entry points are hard-coded elsewhere in the code base so
         # you can't just change them here. Luckily, most of them are pretty unique strings, and thus
