From d7e8f1fdf7b3a41befaa42cce61ec20ffb82e700 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 7 Oct 2024 13:24:54 +0200 Subject: [PATCH] mention pyproject.toml in py --- src/ebd_toolchain/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ebd_toolchain/main.py b/src/ebd_toolchain/main.py index c752603..c2c7d97 100644 --- a/src/ebd_toolchain/main.py +++ b/src/ebd_toolchain/main.py @@ -175,3 +175,4 @@ def handle_known_error(error: Exception, ebd_key: str) -> None: if __name__ == "__main__": # the parameter arguments gets provided over the CLI main() # pylint:disable=no-value-for-parameter + # ⚠️ If you rename main(), you also need to refer to the new function in the pyproject.toml project.scripts section