From d94c58d7156dd4b5b24f7151889b3510ae105f6d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 1 Apr 2025 10:29:39 +0200 Subject: [PATCH] chore: Add script entry point --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0bb91b0..c1fd458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,5 +8,8 @@ dependencies = [ "tasklib>=2.5.1", ] +[project.scripts] +topen = "topen:main" + [tool.pyright] typeCheckingMode = "standard"