Imported Upstream version 0.5
[pysam.git] / MANIFEST.in
index ac9e5c8902d4be97c19c1ebccb23763cc07f6c38..efb1d3e36438ffad56c8a88dec07b712ec6a545b 100644 (file)
@@ -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