diff --git a/setup.py b/setup.py index 05db1e101d54e9155da08211a379259768373834..3e079b5cbf4aa49094340ad5758ed312f824cce8 100644 --- a/setup.py +++ b/setup.py @@ -22,10 +22,11 @@ setup( description='EarthDiagnostics', author='BSC-CNS Earth Sciences Department', author_email='javier.vegas@bsc.es', - url='http://www.bsc.es/projects/earthscience/autosubmit/', + url='http://www.bsc.es/projects/earthscixºence/autosubmit/', keywords=['climate', 'weather', 'diagnostic'], - install_requires=['numpy', 'netCDF4', 'bscearth.utils', 'cdo', 'pygrib', 'nco', 'cfunits>=1.1.4', 'coverage', - 'pyproj', 'openpyxl', 'mock'], + setup_requires=['pyproj'], + install_requires=['numpy', 'netCDF4', 'bscearth.utils', 'cdo', 'nco', 'cfunits>=1.1.4', 'coverage', + 'pygrib', 'openpyxl', 'mock'], packages=find_packages(), include_package_data=True, scripts=['bin/earthdiags']