Skip to content

Commit

Permalink
Use correct name for io plugins in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodd committed Jun 10, 2016
1 parent 637e27d commit 3b3c9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ def run(self):
'spyder_breakpoints': get_package_data('spyder_breakpoints', EXTLIST),
'spyder_profiler': get_package_data('spyder_profiler', EXTLIST),
'spyder_pylint': get_package_data('spyder_pylint', EXTLIST),
'spyderio_dcm': get_package_data('spyderio_dcm', EXTLIST),
'spyderio_hdf5': get_package_data('spyderio_hdf5', EXTLIST),
'spyder_io_dcm': get_package_data('spyder_io_dcm', EXTLIST),
'spyder_io_hdf5': get_package_data('spyder_io_hdf5', EXTLIST),
},
scripts=[osp.join('scripts', fname) for fname in SCRIPTS],
data_files=get_data_files(),
Expand Down

0 comments on commit 3b3c9c0

Please sign in to comment.