mirror of
https://github.com/kemayo/leech
synced 2026-01-01 13:16:52 +01:00
Merge pull request #48 from keturn/feat/leech-script
provide "leech" as a runnable script
This commit is contained in:
commit
7af94af17b
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ description = "Turn a story on certain websites into an ebook for convenient rea
|
|||
authors = ["David Lynch <kemayo@gmail.com>"]
|
||||
license = "MIT License"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
leech = "leech:cli"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
attrs = "^20.2.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue