diff options
| author | Tulir Asokan <tulir@maunium.net> | 2025-03-25 20:06:31 +0200 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2025-03-25 20:06:48 +0200 |
| commit | 4b96d236212b1212976f4c3c60479e7aaed866cb (patch) | |
| tree | 581805ef20edf5f84f9b2ece73ff408d234560b5 /setup.py | |
| parent | 3ce380645da442187d033656bd75350bb9e4b548 (diff) | |
Add sticker-download-thumbnails for adding thumbnails to an existing pack
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", ]}, ) |
