tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit aaa38c97140a801f6e62c05406ba1a8eb135087a
parent 84bed71b031a6f0782ee22296e0a971232f81f68
Author: mtmn <miro@haravara.org>
Date:   Thu,  2 Jul 2026 15:11:39 +0200

python: stop creating init

Diffstat:
Mdiggah/BUILD | 1+
Mlazymaster/BUILD | 1+
Mnts/BUILD | 1+
Mshuffle/BUILD | 1+
4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/diggah/BUILD b/diggah/BUILD @@ -6,6 +6,7 @@ py_binary( srcs = ["diggah.py"], main = "diggah.py", python_version = "PY3", + legacy_create_init = 0, deps = [ "@tools_pypi//fire", "@tools_pypi//paramiko", diff --git a/lazymaster/BUILD b/lazymaster/BUILD @@ -8,6 +8,7 @@ py_binary( srcs = ["lazymaster.py"], main = "lazymaster.py", python_version = "PY3", + legacy_create_init = 0, deps = [ "@tools_pypi//requests", ], diff --git a/nts/BUILD b/nts/BUILD @@ -6,6 +6,7 @@ py_binary( srcs = ["nts.py"], main = "nts.py", python_version = "PY3", + legacy_create_init = 0, deps = [ "@tools_pypi//requests", ], diff --git a/shuffle/BUILD b/shuffle/BUILD @@ -6,6 +6,7 @@ py_binary( srcs = ["shuffle.py"], main = "shuffle.py", python_version = "PY3", + legacy_create_init = 0, ) local_deploy(