From f6916945823a5ff076febbe30cb710a584e467e9 Mon Sep 17 00:00:00 2001 From: wiseaidev Date: Sun, 2 Oct 2022 22:07:14 +0300 Subject: [PATCH] add missing cli entry point Signed-off-by: wiseaidev --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7005ed2..7351de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,4 +63,7 @@ include = [ [tool.hatch.build.targets.wheel] include = [ "/linkrot", -] \ No newline at end of file +] + +[project.scripts] +linkrot= "linkrot.cli:main"