diff options
| -rw-r--r-- | setup.py | 2 | ||||
| -rw-r--r-- | sticker/stickerimport.py (renamed from sticker/import.py) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ setuptools.setup( "Programming Language :: Python :: 3.8", ], entry_points={"console_scripts": [ - "sticker-import=sticker.import:cmd", + "sticker-import=sticker.stickerimport:cmd", "sticker-pack=sticker.pack:cmd", ]}, ) diff --git a/sticker/import.py b/sticker/stickerimport.py index 6846184..6846184 100644 --- a/sticker/import.py +++ b/sticker/stickerimport.py |
