Skip to content

Commit

Permalink
update setup for hycom script
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangshu committed Oct 18, 2024
1 parent 94ac0e4 commit a764836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"dask",
"scikit-learn",
"matplotlib",
"yaml",
"matplotlib",
"cfgrib",
"diskcache",
Expand Down Expand Up @@ -58,6 +57,7 @@
],
entry_points={
"console_scripts": [
"download_hycom=dms_datastore.download_hycom:main",
"download_hrrr=dms_datastore.download_hrrr:main",
"download_noaa=dms_datastore.download_noaa:main",
"download_cdec=dms_datastore.download_cdec:main",
Expand Down

0 comments on commit a764836

Please sign in to comment.