fix cli
This commit is contained in:
parent
e752b92bab
commit
0eeb786cd2
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "comicfn2dict"
|
name = "comicfn2dict"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Parse common comic filenames and return a dict of metadata attributes. Includes a cli."
|
description = "Parse common comic filenames and return a dict of metadata attributes. Includes a cli."
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
authors = ["AJ Slater <aj@slater.net>"]
|
authors = ["AJ Slater <aj@slater.net>"]
|
||||||
@ -47,7 +47,7 @@ types-python-dateutil = "^2.8.19"
|
|||||||
vulture = "^2.3"
|
vulture = "^2.3"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
#prog = "prog.run:main"
|
comicfn2dict = "comicfn2dict.cli:main"
|
||||||
|
|
||||||
[tool.poetry.urls]
|
[tool.poetry.urls]
|
||||||
"News" = "https://github.com/ajslater/comicfn2dict/NEWS.md"
|
"News" = "https://github.com/ajslater/comicfn2dict/NEWS.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user