asaman
asaman copied to clipboard
This avoids surprises about which python you are building with. I installed asaman in a venv that I did not activate, and was surprised to have my wheel built using...
Right now we set the `PIP_INDEX_URL` to a certain given value, and then unset it after we are done. Maybe we should check if there is any value, store it,...
Is there any plan to support even a limited subset of the [`data_files` feature](https://docs.python.org/3/distutils/setupscript.html#installing-additional-files) for `man` pages, etc?
Missing Windows support, should be a small enough PR. But, we will need to find out/document all the corner cases for builds on Windows. Specially about extensions. I think we...