From 7a5a5a51509888e7cd712228d8534d5c67cf35c7 Mon Sep 17 00:00:00 2001 From: Dan Nowacki Date: Fri, 23 Aug 2024 10:55:11 -0700 Subject: [PATCH] change script name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49cbef0f..8d9d1448 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ "runsgtid2cdf.py=stglib.core.runcmd:runsgtid2cdf", "runsgcdf2nc.py=stglib.core.runcmd:runsgcdf2nc", "runsgnc2waves.py=stglib.core.runcmd:runsgnc2waves", - "runots.py=stglib.core.runcmd:runots", + "runots=stglib.core.runcmd:runots", ], }, include_package_data=True,