diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-07 11:56:43 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-07 11:56:43 -0500 |
| commit | b5eac917b689a26c662e306353c9c61e29775c9e (patch) | |
| tree | 93d5718ba497c47f0d5e5fa7bf323be8920015b0 /MANIFEST.in | |
| parent | bump version (diff) | |
| download | pygensvm-b5eac917b689a26c662e306353c9c61e29775c9e.tar.gz pygensvm-b5eac917b689a26c662e306353c9c61e29775c9e.zip | |
update manifest.in
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 9 |
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 * |
