File: enable-package-data

package info (click to toggle)
python-pybedtools 0.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,140 kB
  • sloc: python: 9,589; cpp: 899; makefile: 149; sh: 116
file content (13 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: ship test data
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
--- a/setup.py
+++ b/setup.py
@@ -373,7 +373,7 @@ if __name__ == "__main__":
                                      "*.c",
                                      "*.cpp"]
                       },
-        include_package_data=False,
+        include_package_data=True,
         scripts=['pybedtools/scripts/venn_gchart.py',
                  'pybedtools/scripts/venn_mpl.py',
                  'pybedtools/scripts/annotate.py',