Skip to content

Commit 9edce7d

Browse files
explicit name that is always used in automatic --help, even if actual executed file name is different due to packaging under managers like guix.
1 parent e63f144 commit 9edce7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/pa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ app.add_typer(webapp.app, name="webapp", help="Everything for web apps")
1818

1919

2020
if __name__ == "__main__":
21-
app()
21+
app(prog_name="pa")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pythonanywhere",
12-
version="0.9.7",
12+
version="0.9.8",
1313
description="PythonAnywhere helper tools for users",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)