Henry Schreiner
Henry Schreiner
pytest uninstalled just fine. That's odd. I'll try to look into it further at some point.
This would be great to have!
> To achieve that intent the wheel tag this should map would need to be just `py` That would mean you'd need a brand new pip version (and brand new...
All older (not c) python3 tags install: ``` python3.9 -m pip debug -v ... Compatible tags: 1776 ... py30-none-macosx_10_4_universal cp39-none-any py39-none-any py3-none-any py38-none-any py37-none-any py36-none-any py35-none-any py34-none-any py33-none-any py32-none-any py31-none-any...
There's an idea to set the lowest Python supported as the tag via Requires-Python here: https://github.com/pypa/wheel/issues/336 , by the way. > I would also like to deprecate the `universal` setting...
I don't see why a user should be expected to make or understand some random `universal=1` call to `bdist_wheel` in `setup.cfg`. It doesn't translate to PEP 621 configuration, and it...
`bdist_wheel` is also becoming an implementation detail, and not something users are expected to call by hand; it's called by pypa/pip and now by pypa/build. Having it in the config...
I think I'll likely be a little repetitive of @di and @ssbarnea if I write a full response. I don't think there are an unlimited number of checks for metadata...
I think we are talking about `twine check`, not `twine upload`. I think it's okay if check does a little more that just the upload, as long as it's clearly...
Sorry I took a while, intended to post this earlier, and I think it's been indirectly mentioned: As I see it, there are three levels of checks: 1. Checks for...