aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-07 11:56:43 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-07 11:56:43 -0500
commitb5eac917b689a26c662e306353c9c61e29775c9e (patch)
tree93d5718ba497c47f0d5e5fa7bf323be8920015b0 /MANIFEST.in
parentbump version (diff)
downloadpygensvm-b5eac917b689a26c662e306353c9c61e29775c9e.tar.gz
pygensvm-b5eac917b689a26c662e306353c9c61e29775c9e.zip
update manifest.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b10d7a8..5f5f17a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,4 +7,11 @@ recursive-include gensvm *.pxd
recursive-include gensvm *.pyx
recursive-include src *
prune src/gensvm/tests
-prune src/gensvm/.git
+exclude src/gensvm/.git
+exclude src/gensvm/.gitignore
+exclude .gitmodules
+exclude .gitignore
+exclude .travis.yml
+exclude Makefile
+recursive-exclude test_human *.py
+recursive-exclude docs *