Skip to content

Commit 379d69d

Browse files
authored
Add entry point for GUI script (#546)
This makes it easier to launch the GUI when installing from source. https://setuptools.pypa.io/en/latest/userguide/entry_point.html
1 parent 06f4118 commit 379d69d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ install_requires =
3030
zstandard>=0.19.0
3131

3232
packages = find:
33+
34+
[options.entry_points]
35+
gui_scripts =
36+
protonup-qt = pupgui2.pupgui2:main

0 commit comments

Comments
 (0)