File: MANIFEST.in

package info (click to toggle)
nipy 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,352 kB
  • sloc: python: 39,115; ansic: 30,931; makefile: 210; sh: 93
file content (23 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (3)
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