Skip to content

Commit 3c7f0cc

Browse files
authored
Merge pull request #845 from effigies/mnt/package_data
MNT: Drop test data from MANIFEST.in
2 parents 71ec964 + 7120347 commit 3c7f0cc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

MANIFEST.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,5 @@ include Changelog TODO requirements.txt
33
recursive-include doc *
44
recursive-include bin *
55
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 *
126
include versioneer.py
137
include nibabel/_version.py

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ tests_require =
3838
test_suite = nose.collector
3939
zip_safe = False
4040
packages = find:
41-
include_package_data = True
4241

4342
[options.extras_require]
4443
dicom =

0 commit comments

Comments
 (0)