Skip to content

Commit

Permalink
update manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Nov 10, 2013
1 parent 4895094 commit c4f3ce6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ include mne/__init__.py
recursive-include examples *.py
recursive-include examples *.txt
recursive-include mne *.py
# recursive-include mne/fiff/tests/data *
recursive-exclude mne/fiff/tests/data *
recursive-exclude mne/fiff/bti/tests/data *
recursive-include mne/data *.sel
recursive-include mne/data *.fif.gz
recursive-include mne/layouts *.lout
recursive-include mne/layouts *.lay
recursive-exclude examples/MNE-sample-data *
# recursive-include mne/fiff/tests/data *
recursive-exclude mne/fiff/tests/data *
recursive-exclude mne/fiff/bti/tests/data *
recursive-exclude mne/fiff/kit/tests/data *
recursive-exclude mne/fiff/edf/tests/data *

0 comments on commit c4f3ce6

Please sign in to comment.