Replies: 1 comment
-
I have toyed w/ the idea. The key question is whether the increased release burden is worth it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd probably not have suggested this prior to seeing the example in ruff/uv.
How about a pip installable distribution? Basically, it would be a series of wheels, probably built by cibuildwheel, that when installed expose the
py
command in the bin/scripts directory. This would allow people without a suitable platform packager (or one without a recipe for python-launcher) topipx install python-launcher
(or similar) to get the command.Beta Was this translation helpful? Give feedback.
All reactions