X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=MANIFEST.in;fp=MANIFEST.in;h=efb1d3e36438ffad56c8a88dec07b712ec6a545b;hp=ac9e5c8902d4be97c19c1ebccb23763cc07f6c38;hb=d02fe5283ed7a93a2f76a5d6dc6e37b40c11b9b1;hpb=d828f9c9aa78e3d1687265b52de841f3f3852089 diff --git a/MANIFEST.in b/MANIFEST.in index ac9e5c8..efb1d3e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,10 +8,22 @@ include COPYING include INSTALL include KNOWN_BUGS include THANKS +include ez_setup.py include pysam/csamtools.pxd +include pysam/csamtools.pyx +include pysam/csamtools.c include pysam/ctabix.pxd +include pysam/ctabix.c +include pysam/ctabix.pyx +include pysam/TabProxies.c +include pysam/TabProxies.pyx +include pysam/TabProxies.pxd +include pysam/cvcf.pyx +include pysam/cvcf.pxd +include pysam/cvcf.c include pysam/pysam_util.h include samtools/*.h +include samtools/*/*.h include tabix/*.h # pysam tests @@ -25,6 +37,9 @@ include tests/ex5.sam include tests/ex6.sam include tests/ex7.sam include tests/ex8.sam +include tests/ex9_fail.bam +include tests/ex9_nofail.bam +include tests/ex10.sam include tests/example.py include tests/pysam_test.py include tests/segfault_tests.py