diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 65f3dd8..c227457 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include README.org -include etc/* -exclude etc/*~
\ No newline at end of file +recursive-include etc *.py *.csv +recursive-exclude tests/ *.py *.tsv *.csv
\ No newline at end of file |