mirror of
https://github.com/maunium/stickerpicker.git
synced 2024-11-10 05:37:22 +01:00
Rename import.py, since import is a keyword
from sticker.import import cmd ^ SyntaxError: invalid syntax Fixes https://github.com/maunium/stickerpicker/issues/27.
This commit is contained in:
parent
d3adedf3df
commit
601d2acc32
2
setup.py
2
setup.py
@ -47,7 +47,7 @@ setuptools.setup(
|
|||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
],
|
],
|
||||||
entry_points={"console_scripts": [
|
entry_points={"console_scripts": [
|
||||||
"sticker-import=sticker.import:cmd",
|
"sticker-import=sticker.stickerimport:cmd",
|
||||||
"sticker-pack=sticker.pack:cmd",
|
"sticker-pack=sticker.pack:cmd",
|
||||||
]},
|
]},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user