From f909472509a59b171873caa31ff9929c14a3e434 Mon Sep 17 00:00:00 2001 From: Kevin Turner <83819+keturn@users.noreply.github.com> Date: Thu, 14 Jan 2021 21:21:31 -0800 Subject: [PATCH] provide "leech" as a runnable script --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f7c20f8..372cde3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,9 @@ description = "Turn a story on certain websites into an ebook for convenient rea authors = ["David Lynch "] license = "MIT License" +[tool.poetry.scripts] +leech = "leech:cli" + [tool.poetry.dependencies] python = "^3.6" attrs = "^20.2.0"