Skip to content

Commit 5cbde77

Browse files
committed
add cchdo.hydro entry point in project.scripts
1 parent 99b7b4b commit 5cbde77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ classifiers = [
3333
"Topic :: Scientific/Engineering",
3434
]
3535

36+
[project.scripts]
37+
"cchdo.hydro" = "cchdo.hydro.__main__:cli"
38+
3639
[project.urls]
3740
Homepage = "https://cchdo.ucsd.edu/"
3841
Documentation = "https://hydro.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)