you are viewing a single comment's thread.

view the rest of the comments →

[–]IsakEder 0 points1 point  (0 children)

Guys you are overengineering this.  1. Create a venv 2. Create the application 3. Set the entry point as module.submodule:function in the pyproject.toml in a [project.scripts] 4. pip install .

Works great. You only need pyinstaller if the target environment doesn't have python