aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-05-06 16:33:49 -0700
committerFranck Cuny <fcuny@roblox.com>2024-05-06 16:33:49 -0700
commitd8602b2da625ea67856c56d70aa159c6142bd952 (patch)
tree8d4b77e9f060d350f6e7b75e12f763e551293f64 /pyproject.toml
parentmore deletion (diff)
downloadinfra-d8602b2da625ea67856c56d70aa159c6142bd952.tar.gz
move ghabilling to python
Diffstat (limited to '')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4400828..e0ff2f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -65,6 +65,7 @@ combine-as-imports = true
known-first-party = ["rbx_nomad"]
[project.scripts]
+gha_billing = "cli.gha_billing:cli"
hashi_env = "cli.hash_env:cli"
int2ip = "cli.ipconverter:int2ip"
ip2int = "cli.ipconverter:ip2int"