Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI script entry point #12

Closed
musicinmybrain opened this issue Nov 22, 2021 · 0 comments
Closed

GUI script entry point #12

musicinmybrain opened this issue Nov 22, 2021 · 0 comments

Comments

@musicinmybrain
Copy link
Contributor

It would be helpful to have a script entry point for the GUI. PEP 627 provides a method for this, but poetry does not support it, and does not yet have an alternative.

Using tool.poetry.scripts may cause an unwanted console window to appear on some platforms, but—until poetry provides something better—it is still much better than the status quo.

This would also allow the current .desktop file to work; the Exec=main.py won’t actually launch the application.

lukapecnik added a commit that referenced this issue Nov 23, 2021
Add a GUI script entry point (fix #12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant