1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-19 09:02:34 +00:00

Add trivial CLI for maintenance tasks

This commit is contained in:
2021-11-12 23:34:47 -05:00
parent 462dc572be
commit 25b61a612c
2 changed files with 78 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ classifiers = [
"Topic :: Multimedia :: Graphics :: Graphics Conversion"
]
[tool.poetry.scripts]
kodak = "kodak.cli:main"
[tool.poetry.dependencies]
python = "^3.7"
flask = "^1.1.2"