X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=MANIFEST.in;h=ac9e5c8902d4be97c19c1ebccb23763cc07f6c38;hp=11fb9d10b95ae2d274931feeddaaf5dc57e64a4f;hb=f12b82afd0ae9e44b57dcaeb219b1cdfa70c2065;hpb=aa8ecff068edbb09a03bd874fce716e93e22e53c diff --git a/MANIFEST.in b/MANIFEST.in index 11fb9d1..ac9e5c8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,8 +9,12 @@ include INSTALL include KNOWN_BUGS include THANKS include pysam/csamtools.pxd +include pysam/ctabix.pxd include pysam/pysam_util.h include samtools/*.h +include tabix/*.h + +# pysam tests include tests/00README.txt include tests/Makefile include tests/ex1.fa @@ -20,7 +24,14 @@ include tests/ex4.sam include tests/ex5.sam include tests/ex6.sam include tests/ex7.sam +include tests/ex8.sam include tests/example.py include tests/pysam_test.py include tests/segfault_tests.py +# tabix tests +include tests/tabix_test.py +include tests/example.gtf.gz +include tests/example.gtf.gz.tbi + +