Skip to content

Commit

Permalink
MAINT: Better package data handling
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Dec 5, 2019
1 parent 0f864c1 commit 2f2ed9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ include LICENSE
# versioneer
include versioneer.py
include fmriprep/_version.py

# package data
include data/*.json
include data/*.nii.gz
include data/*.mat
include data/boilerplate.bib
include data/itkIdentityTransform.txt
include data/flirtsch/bbr.sch
Empty file removed fmriprep/data/__init__.py
Empty file.
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ all =

[options.package_data]
fmriprep =
data/*.json
data/*.nii.gz
data/*.mat
data/boilerplate.bib
data/itkIdentityTransform.txt
data/flirtsch/bbr.sch
data/reports-spec.yml
VERSION

[options.entry_points]
Expand Down

0 comments on commit 2f2ed9a

Please sign in to comment.