We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a2287 commit eb0b059Copy full SHA for eb0b059
setup.py
@@ -19,15 +19,15 @@
19
20
setuptools.setup(
21
name="appimage_builder",
22
- version="0.7.8",
+ version="0.7.9",
23
author="Alexis Lopez Zubieta",
24
author_email="contact@azubieta.net",
25
description="Recipe based AppImage creation meta-tool",
26
long_description=long_description,
27
long_description_content_type="text/markdown",
28
scripts=["appimage-modules", "appimage-inspector"],
29
entry_points={
30
- "console_scripts": ["appimage-builer = appimagebuilder.__main__:__main__"]
+ "console_scripts": ["appimage-builder = appimagebuilder.__main__:__main__"]
31
},
32
url="https://github.com/AppImageCrafters/appimage-builder",
33
project_urls={
0 commit comments