X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=MANIFEST.in;h=f613856734602c8abaae8be2b4c5ea0ba8c6a6ca;hp=ac9e5c8902d4be97c19c1ebccb23763cc07f6c38;hb=HEAD;hpb=60ebdbf39a4edd41ddda671b2d2d4442cf4468db diff --git a/MANIFEST.in b/MANIFEST.in index ac9e5c8..f613856 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,10 +8,22 @@ include COPYING include INSTALL include KNOWN_BUGS include THANKS +include distribute_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,13 +37,23 @@ 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 +include tests/example_*.sam +include tests/tag_bug.bam +include tests/example.vcf40 +include tests/example_empty_header.bam +include tests/issue100.bam # tabix tests include tests/tabix_test.py include tests/example.gtf.gz include tests/example.gtf.gz.tbi - +include tests/example.bed.gz +include tests/example.bed.gz.tbi +include tests/vcf-examples/*.vcf