From c54422174f2af26d0b204cc155ef9e366baa8a33 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 5 May 2024 09:59:11 -0700 Subject: move ipconverter under `src` --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0f3dee5..0c944c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,3 +68,5 @@ known-first-party = ["rbx_nomad"] pizza = "cli.pizza:main" slocalc = "cli.slocalc:cli" seqstat = "cli.seqstat:cli" +ip2int = "cli.ipconverter:ip2int" +int2ip = "cli.ipconverter:int2ip" -- cgit v1.2.3