Imported Upstream version 0.3
[pysam.git] / MANIFEST.in
index 11fb9d10b95ae2d274931feeddaaf5dc57e64a4f..4bbbc8e87250a338c268e113f68558bb98e6d652 100644 (file)
@@ -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
@@ -24,3 +28,9 @@ 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
+
+