1
0
Fork 1
mirror of https://github.com/maunium/stickerpicker synced 2024-09-16 00:11:03 +00:00

Merge pull request #28 from SpiritCroc/fix-import

Rename import.py, since import is a keyword
This commit is contained in:
Tulir Asokan 2021-01-20 23:57:28 +02:00 committed by GitHub
commit dab2420cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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",
]},
)