Browse Source

Merge pull request #28 from SpiritCroc/fix-import

Rename import.py, since import is a keyword
pull/32/head
Tulir Asokan 3 years ago
committed by GitHub
parent
commit
dab2420cd4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      setup.py
  2. 0
      sticker/stickerimport.py

2
setup.py

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

0
sticker/import.py → sticker/stickerimport.py

Loading…
Cancel
Save