File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,5 @@ include Changelog TODO requirements.txt
3
3
recursive-include doc *
4
4
recursive-include bin *
5
5
recursive-include tools *
6
- # put this stuff back into setup.py (package_data) once I'm enlightened
7
- # enough to accomplish this herculean task
8
- recursive-include nibabel/tests/data *
9
- recursive-include nibabel/externals/tests/data *
10
- recursive-include nibabel/nicom/tests/data *
11
- recursive-include nibabel/gifti/tests/data *
12
6
include versioneer.py
13
7
include nibabel/_version.py
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ tests_require =
38
38
test_suite = nose.collector
39
39
zip_safe = False
40
40
packages = find:
41
- include_package_data = True
42
41
43
42
[options.extras_require]
44
43
dicom =
You can’t perform that action at this time.
0 commit comments