Skip to content

Commit

Permalink
{AH} remove config.h from tar-ball
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Sep 6, 2017
1 parent a67b90f commit 13fca0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ include pysam/libc*.pyx
include pysam/libc*.c
include pysam/*.c
include pysam/*.h

# samtools
include samtools/configure
include samtools/config.mk.in
include samtools/config.h.in
include samtools/*.h
exclude samtools/config.h
include samtools/*/*.h

# bcftools
include bcftools/*.h
exclude bcftools/config.h

# htslib
include htslib/*.c
include htslib/*.h
exclude htslib/config.h
Expand Down
2 changes: 2 additions & 0 deletions run_tests_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ echo "checking for presence of config.h files in tar-ball"
tar -tvzf dist/pysam-*.tar.gz | grep "config.h$"

if [ $? != 1 ]; then
echo "ERROR: found config.h in tar-ball"
tar -tvzf dist/pysam-*.tar.gz | grep "config.h%"
exit 1
fi

Expand Down

0 comments on commit 13fca0d

Please sign in to comment.