-
Notifications
You must be signed in to change notification settings - Fork 15
/
MANIFEST.in
23 lines (23 loc) · 907 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 cloud/*
include VERSION
exclude rapidtide/data/examples
exclude rapidtide/workflows/phaseproject.py
include *.md *.rst
include rapidtide/*.py
include rapidtide/*.ui
include rapidtide/scripts/*
include rapidtide/workflows/*.py
recursive-include rapidtide/data/reference/slicetimes *
recursive-include rapidtide/data/models *
include rapidtide/data/examples/src/test*
include rapidtide/data/examples/src/installtestdata
recursive-include rapidtide/tests *
include rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL*regions.txt
include rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL*.xml
include rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL*2mm.nii.gz
include rapidtide/data/reference/ASPECTS*
include rapidtide/data/reference/ATT*
include rapidtide/data/reference/HCP1200*
include rapidtide/data/reference/MNI152*
include versioneer.py
include rapidtide/_version.py