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"