Skip to content
New issue

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

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

Already on GitHub? # to your account

Detect entrypoint from setup.py #45

Closed
iliapolo opened this issue Jul 6, 2019 · 1 comment
Closed

Detect entrypoint from setup.py #45

iliapolo opened this issue Jul 6, 2019 · 1 comment
Assignees
Labels
feature This issue introduces a new feature patch Implies this code change should bump the patch version of the project

Comments

@iliapolo
Copy link
Owner

iliapolo commented Jul 6, 2019

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.

@iliapolo iliapolo changed the title Better CLI detection It time to refactor Jul 8, 2019
@iliapolo iliapolo changed the title It time to refactor Its time to refactor Jul 8, 2019
@iliapolo iliapolo self-assigned this Jul 8, 2019
@iliapolo 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 iliapolo mentioned this issue Jul 20, 2019
Merged
@iliapolo iliapolo changed the title Its time to refactor Detect entrypoint from setup.py Jul 20, 2019
@iliapolo iliapolo reopened this Jul 20, 2019
@iliapolo 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
@iliapolo
Copy link
Owner Author

This issue is part of release 0.7.1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature This issue introduces a new feature patch Implies this code change should bump the patch version of the project
Projects
None yet
Development

No branches or pull requests

1 participant