You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use the entry_points arg inside setup.py to automatically detect the necessary entrypoint to pass to PyInstaller.
This will simplify the command line invocation and won't require users to specify custom entrypoints if their project already defines this in the setup.py file.
The text was updated successfully, but these errors were encountered:
iliapolo
changed the title
Better CLI detection
It time to refactor
Jul 8, 2019
iliapolo
changed the title
It time to refactor
Its time to refactor
Jul 8, 2019
iliapolo
added
internal
Implies this issue represents an internal matter that shouldn't really concern customers
refactor
This is issue is just a code refactor
labels
Jul 8, 2019
iliapolo
added
patch
Implies this code change should bump the patch version of the project
feature
This issue introduces a new feature
and removed
internal
Implies this issue represents an internal matter that shouldn't really concern customers
refactor
This is issue is just a code refactor
labels
Jul 20, 2019
We can use the
entry_points
arg insidesetup.py
to automatically detect the necessary entrypoint to pass to PyInstaller.This will simplify the command line invocation and won't require users to specify custom entrypoints if their project already defines this in the
setup.py
file.The text was updated successfully, but these errors were encountered: