Skip to content

Commit eb0b059

Browse files
committed
Correct typo in main script name fix #58
1 parent b9a2287 commit eb0b059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919

2020
setuptools.setup(
2121
name="appimage_builder",
22-
version="0.7.8",
22+
version="0.7.9",
2323
author="Alexis Lopez Zubieta",
2424
author_email="contact@azubieta.net",
2525
description="Recipe based AppImage creation meta-tool",
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",
2828
scripts=["appimage-modules", "appimage-inspector"],
2929
entry_points={
30-
"console_scripts": ["appimage-builer = appimagebuilder.__main__:__main__"]
30+
"console_scripts": ["appimage-builder = appimagebuilder.__main__:__main__"]
3131
},
3232
url="https://github.com/AppImageCrafters/appimage-builder",
3333
project_urls={

0 commit comments

Comments
 (0)