Skip to content

Commit

Permalink
still struggling with setup for package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mjucker committed Feb 22, 2017
1 parent e54c11b commit ebddee8
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 @@ -6,7 +6,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__),fname)).read()

setup(name='aostools',
version='2.1.1',
version='2.1.2',
description='Helper functions for postprocessing and analysis of netCDF data',
long_description=read('README.md'),
author='Martin Jucker',
Expand All @@ -17,7 +17,7 @@ def read(fname):
packages=['aostools'],
install_requires=[
'numpy',
'netcdf4-python',
'netCDF4',
],
zip_safe=False
)

0 comments on commit ebddee8

Please sign in to comment.