Skip to content

Commit

Permalink
made netcdf4 package lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan D. Snow committed Jan 27, 2017
1 parent 5a716e5 commit 78c52c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
license='BSD 3-Clause',
packages=find_packages(),
package_data={'': ['gis/lsm_grids/*.nc']},
install_requires=['future', 'numpy', 'netCDF4', 'pandas', 'python-dateutil', 'pytz', 'requests'],
install_requires=['future', 'numpy', 'netcdf4', 'pandas', 'python-dateutil', 'pytz', 'requests'],
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 78c52c0

Please sign in to comment.