Add sticker-download-thumbnails for adding thumbnails to an existing pack

This commit is contained in:
Tulir Asokan
2025-03-25 20:06:31 +02:00
parent 3ce380645d
commit 4b96d23621
2 changed files with 59 additions and 0 deletions

View File

@ -50,5 +50,6 @@ setuptools.setup(
entry_points={"console_scripts": [
"sticker-import=sticker.stickerimport:cmd",
"sticker-pack=sticker.pack:cmd",
"sticker-download-thumbnails=sticker.download_thumbnails:cmd",
]},
)