aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-05-06 14:07:34 -0700
committerFranck Cuny <fcuny@roblox.com>2024-05-06 14:07:34 -0700
commit1d65d7696c17eb0d1286968839331f7aeb12f3c3 (patch)
tree7f5b6593fc6413cb4385dbf2ca4ef31f4b442db7 /pyproject.toml
parentmove ipconverter under `src` (diff)
downloadinfra-1d65d7696c17eb0d1286968839331f7aeb12f3c3.tar.gz
just moving stuff around
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 5 insertions, 3 deletions
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"