-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Implement bdist_pex #99
Comments
Was just thinking the same thing, as I want to build a pex in our CI pipeline and the other things I build like sdist, wheel, and platter all automatically grab the version number and output a file with the version number in it. With pex, it seems I would have to get the version number and pass it to pex. But if there was a |
There is also an implementation here: master...wickman:wickman/99 |
@wickman: OK, thanks! I sent a few PRs to your branch -- https://github.com/wickman/pex/pulls/msabramo |
Now on 1.1.0.dev0 |
bdist_pex would be a natural way to build applications for production, especially if you just dump pex options into setup.cfg.
The text was updated successfully, but these errors were encountered: