Add sticker-download-thumbnails for adding thumbnails to an existing pack
This commit is contained in:
parent
3ce380645d
commit
4b96d23621
2 changed files with 59 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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",
|
||||
]},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue