From 0eeb786cd2eb566c4a76f9ed9bf828e1caa82937 Mon Sep 17 00:00:00 2001 From: AJ Slater Date: Thu, 21 Dec 2023 13:10:38 -0800 Subject: [PATCH] fix cli --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a9d2ce..869f604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] 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." license = "GPL-3.0-only" authors = ["AJ Slater "] @@ -47,7 +47,7 @@ types-python-dateutil = "^2.8.19" vulture = "^2.3" [tool.poetry.scripts] -#prog = "prog.run:main" +comicfn2dict = "comicfn2dict.cli:main" [tool.poetry.urls] "News" = "https://github.com/ajslater/comicfn2dict/NEWS.md"