Skip to content
Snippets Groups Projects
Commit 5f67f92d authored by Greg Quinn's avatar Greg Quinn
Browse files

Remove python-hdf4 dependency

parent b4a0de83
No related branches found
No related merge requests found
......@@ -7,7 +7,7 @@ setup(name='InterCal',
url='http://tahiti.ssec.wisc.edu/trac/intercal',
packages=find_packages(),
package_data={'': ['data/srfs/*/*']},
install_requires=['numpy', 'h5py', 'python-hdf4'],
install_requires=['numpy', 'h5py'],
entry_points={'console_scripts':[
'cris_tar2h5 = intercal.cris_tar2h5:main',
'intercal_sno = intercal.sno:main',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment