Merge pull request #28 from SpiritCroc/fix-import
Rename import.py, since import is a keyword
This commit is contained in:
commit
dab2420cd4
2 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue