diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-05-05 09:59:11 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-05-05 09:59:11 -0700 |
| commit | c54422174f2af26d0b204cc155ef9e366baa8a33 (patch) | |
| tree | a2d09ace5a8b7a72b60c5ff195f2f0b2656d858c /pyproject.toml | |
| parent | some cleanup for CI (diff) | |
| download | infra-c54422174f2af26d0b204cc155ef9e366baa8a33.tar.gz | |
move ipconverter under `src`
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
