Ofek Lev

Results 1174 comments of Ofek Lev

In case it helps, I wrote PyApp to easily distribute Python applications (mostly CLIs) https://github.com/ofek/pyapp

Automatic installation of patch releases is not possible, but will be eventually. What you can do right now however is manually install what you want and ensure that it is...

The API has to begin supporting PEP 639 https://github.com/pypi/warehouse/issues/12585

I believe that would fix the issue although maybe the API depends on the license classifier, I can't remember.

![image](https://github.com/user-attachments/assets/295bea50-fdbe-49a9-9006-6bcd35fa2007)

Tracking: https://github.com/python-cffi/cffi/issues/109

What is the build job that produces the final artifacts?

Oh, are you able to change the build process to do `python -m build` rather than `python setup.py ...`?

Were you able to get it working?