From 7120347111d0f0a2af29bb9ba2d133f61fdb17b8 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Thu, 21 Nov 2019 11:37:18 -0500 Subject: [PATCH] MNT: Drop test data from MANIFEST.in Update setup.cfg option to enable package data specification --- MANIFEST.in | 6 ------ setup.cfg | 1 - 2 files changed, 7 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a901441ed6..381cab34a5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,11 +3,5 @@ include Changelog TODO requirements.txt recursive-include doc * recursive-include bin * recursive-include tools * -# put this stuff back into setup.py (package_data) once I'm enlightened -# enough to accomplish this herculean task -recursive-include nibabel/tests/data * -recursive-include nibabel/externals/tests/data * -recursive-include nibabel/nicom/tests/data * -recursive-include nibabel/gifti/tests/data * include versioneer.py include nibabel/_version.py diff --git a/setup.cfg b/setup.cfg index bc5a75c5ad..069d93d007 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,6 @@ tests_require = test_suite = nose.collector zip_safe = False packages = find: -include_package_data = True [options.extras_require] dicom =