-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
23 lines (23 loc) · 832 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include AUTHOR COPYING Makefile* MANIFEST.in setup* README.* THANKS
include Changelog TODO
include *.py
include site.*
recursive-include nipy *.c *.h *.pyx *.pxd
recursive-include lib *.c *.h *.pyx *.pxd remake
recursive-include scripts *
recursive-include tools *
# put this stuff back into setup.py (package_data) once I'm enlightened
# enough to accomplish this herculean task
recursive-include nipy/algorithms/tests/data *
include nipy/testing/*.nii.gz
include nipy/algorithms/diagnostics/tests/data/*.mat
include nipy/algorithms/statistics/models/tests/*.bin
include nipy/labs/spatial_models/tests/*.nii
include nipy/modalities/fmri/tests/*.npz
include nipy/modalities/fmri/tests/*.mat
include nipy/modalities/fmri/tests/*.txt
include nipy/COMMIT_INFO.txt
include LICENSE
graft examples
graft doc
global-exclude *~ *.swp *.pyc