Skip to content

Commit

Permalink
fixing twine errors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelonGonzalez committed Mar 7, 2022
1 parent c65f3a4 commit 1fde777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ If you use the program, please cite it as follows:

>>> mymap = Model.mapa(LayerControl=False)
>>> Model.get('Asc').mapa(m=mymap)

![map](https://user-images.githubusercontent.com/75794654/156733794-922a0bfe-e42b-4f4e-93fa-bf0cdcf71511.png)

A very useful tool of `wasar` are **wavelet tools**, which allow to perform frequency analysis of the time series.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
author_email="miguigonn@gmail.com, c.guardiola@igme.es",
description="Python package for analyzing A-DInSAR time series.",
long_description=long_description,
long_description_content_type='text/markdown',
license="GNU GENERAL PUBLIC LICENSE Version 3",
url="https://github.com/MiguelonGonzalez/wasar",
install_requires=[
Expand Down

0 comments on commit 1fde777

Please sign in to comment.