https://github.com/pysam-developers/pysam
Revision d199a155d5dc3888e23b7845a48f0d7bd51580bd authored by andreas@fgu210.anat.ox.ac.uk on 22 January 2010, 10:00:38 UTC, committed by andreas@fgu210.anat.ox.ac.uk on 22 January 2010, 10:00:38 UTC
1 parent 4be7954
Raw File
Tip revision: d199a155d5dc3888e23b7845a48f0d7bd51580bd authored by andreas@fgu210.anat.ox.ac.uk on 22 January 2010, 10:00:38 UTC
bugfix - compilation issues due to macros and orphan function definitions
Tip revision: d199a15
MANIFEST.in
#
# Use .add_data_files and .add_data_dir methods in a appropriate
# setup.py files to include non-python files such as documentation,
# data, etc files to distribution. Avoid using MANIFEST.in for that.
#
include MANIFEST.in
include COPYING
include INSTALL
include KNOWN_BUGS
include THANKS
include pysam/csamtools.pxd
include pysam/pysam_util.h
include samtools/*.h
include tests/00README.txt
include tests/Makefile
include tests/ex1.fa
include tests/ex1.sam.gz
include tests/ex3.sam
include tests/ex4.sam
include tests/example.py
include tests/pysam_test.py
include tests/segfault_tests.py

back to top