aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2021-01-20 23:57:28 +0200
committerGitHub <noreply@github.com>2021-01-20 23:57:28 +0200
commitdab2420cd4b3b42b6ec89d45711d3dc5c109824f (patch)
tree05e65e65ad5a274a756182cbe43ee8d40dbbfccc /setup.py
parentd3adedf3dfaede63d5b03b263c2cfaad291c4ffe (diff)
parent601d2acc3272315f1b2356eff2a35cfa16d459d9 (diff)
Merge pull request #28 from SpiritCroc/fix-import
Rename import.py, since import is a keyword
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 524eaa7..8d78438 100644
--- a/setup.py
+++ b/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",
]},
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage