This commit is contained in:
AJ Slater 2023-12-21 13:10:38 -08:00
parent e752b92bab
commit 0eeb786cd2

View File

@ -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"