aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-04 13:41:42 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-04 13:41:42 -0700
commitfe3cf4812657ee972315e0bd0d6e5b0c1e8774c0 (patch)
treee4b5e7be716bb64e69c4d32d43cb85e67c918252 /pyproject.toml
parentdon't install the script for pizza (diff)
downloadinfra-fe3cf4812657ee972315e0bd0d6e5b0c1e8774c0.tar.gz
move the slocalc under `src`
Diffstat (limited to '')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7783aab..63545be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -65,3 +65,4 @@ known-first-party = ["rbx_nomad"]
[project.scripts]
pizza = "cli.pizza:main"
+slocalc = "cli.slocalc:cli"