Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsouri authored Aug 2, 2021
1 parent 9036f91 commit ee21c42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
description='Geolocation correction using Akaze',
long_description=readme,
long_description_content_type='text/markdown',
#url='https://github.com/ahsouri/MSATwtdenoiser',
author='Amir Souri',
author_email='[email protected]',
license='MIT',
packages=['GEOAkaze'],
install_requires=[
'numpy','matplotlib','scipy','netCDF4','opencv-python','rasterio','utm'
],
zip_safe=False)
zip_safe=False)

0 comments on commit ee21c42

Please sign in to comment.