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

Migrate from 'scripts' to 'entry_points.console_scripts' #186

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Jun 28, 2024

Modern Python projects use 'entry_points.console_scripts' over the installation of pre-made 'scripts'. Importantly, this makes the executables usable on Windows.

This PR is in draft only until #185 has been merged, and can be reviewed as-is.

@cottsay cottsay requested a review from nuclearsandwich June 28, 2024 15:12
@cottsay cottsay self-assigned this Jun 28, 2024
@cottsay cottsay marked this pull request as draft June 28, 2024 15:12
Base automatically changed from cottsay/script-mains to master June 28, 2024 18:32
@cottsay cottsay marked this pull request as ready for review June 28, 2024 18:32
Modern Python projects use 'entry_points.console_scripts' over the
installation of pre-made 'scripts'. Importantly, this makes the
executables usable on Windows.
@cottsay cottsay force-pushed the cottsay/entry-points branch from 3abba41 to 927b6e2 Compare June 28, 2024 19:21
@cottsay cottsay merged commit 8de70e4 into master Jun 28, 2024
18 checks passed
@cottsay cottsay deleted the cottsay/entry-points branch June 28, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants