Imported Upstream version 0.3.1
[pysam.git] / MANIFEST.in
1 #
2 # Use .add_data_files and .add_data_dir methods in a appropriate
3 # setup.py files to include non-python files such as documentation,
4 # data, etc files to distribution. Avoid using MANIFEST.in for that.
5 #
6 include MANIFEST.in
7 include COPYING
8 include INSTALL
9 include KNOWN_BUGS
10 include THANKS
11 include pysam/csamtools.pxd
12 include pysam/ctabix.pxd
13 include pysam/pysam_util.h
14 include samtools/*.h
15 include tabix/*.h
16
17 # pysam tests
18 include tests/00README.txt
19 include tests/Makefile
20 include tests/ex1.fa
21 include tests/ex1.sam.gz
22 include tests/ex3.sam
23 include tests/ex4.sam
24 include tests/ex5.sam
25 include tests/ex6.sam
26 include tests/ex7.sam
27 include tests/ex8.sam
28 include tests/example.py
29 include tests/pysam_test.py
30 include tests/segfault_tests.py
31
32 # tabix tests
33 include tests/tabix_test.py
34 include tests/example.gtf.gz
35 include tests/example.gtf.gz.tbi
36
37