from setuptools import setup, find_packages setup(name='pypre', version='0.1.2012.07.05', description='pypre - PYthon PREprocessing framework', author='Nick Bearson', author_email='nickb@ssec.wisc.edu', packages=find_packages('.'), install_requires=['numpy', 'scipy', 'matplotlib', 'pyhdf', 'h5py',], )