Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed Apr 8, 2022
1 parent c624d5a commit 07e9ba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## `HexWatershed: A mesh independent flow direction model for hydrologic models`
## `HexWatershed: a mesh independent flow direction model for hydrologic models`

[![DOI](https://zenodo.org/badge/235201194.svg)](https://zenodo.org/badge/latestdoi/235201194)

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@

NAME = "hexwatershed"
DESCRIPTION = \
"Python interface for the HexWatershed model."
"A mesh independent flow direction model for hydrologic models"
AUTHOR = "Chang Liao"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/changliao1025/pyhexwatershed"
VERSION = "0.1.0"
VERSION = "0.1.2"
REQUIRES_PYTHON = ">=3.6.0"
KEYWORDS = "hexwatershed hexagon"

REQUIRED = [
"numpy",
"gdal",
"netcdf"
"pyflowline"
]

CLASSIFY = [
Expand Down

0 comments on commit 07e9ba3

Please sign in to comment.