From: Michael R. Crusoe <crusoe@debian.org>
Subject: ship all of the tests and supporting data
Forwarded: https://github.com/DataBiosphere/toil/issues/3823
--- toil.orig/setup.py
+++ toil/setup.py
@@ -98,12 +98,9 @@
         install_requires=install_requires,
         extras_require=extras_require,
         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', '*.yaml', 'cloud-config'],
+            '': ['*.yml', '*.yaml', '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
