From fc56380e24ade9c25299412d34e9ce89435779fc Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Wed, 17 Feb 2021 14:45:31 +0100 Subject: [PATCH] renamed cli command to parse_sensospot_data --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94cdcd0..2ed99e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ ] [tool.flit.scripts] -sensospot_data = "sensospot_data:run" +parse_sensospot_data = "sensospot_data:run" [tool.black] line-length = 79