From 1d65d7696c17eb0d1286968839331f7aeb12f3c3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 6 May 2024 14:07:34 -0700 Subject: just moving stuff around --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0c944c3..4400828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,8 +65,10 @@ combine-as-imports = true known-first-party = ["rbx_nomad"] [project.scripts] +hashi_env = "cli.hash_env:cli" +int2ip = "cli.ipconverter:int2ip" +ip2int = "cli.ipconverter:ip2int" +nomad_allocs = "cli.nomad_allocs:cli" pizza = "cli.pizza:main" -slocalc = "cli.slocalc:cli" seqstat = "cli.seqstat:cli" -ip2int = "cli.ipconverter:ip2int" -int2ip = "cli.ipconverter:int2ip" +slocalc = "cli.slocalc:cli" -- cgit v1.2.3