Ofek Lev
Ofek Lev
What would be the fix that you would recommend?
Thanks! Unfortunately the fix cannot be the one you describe because this is the accurate behavior per the spec https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#authors-maintainers Are email addresses allowed to contain non-ASCII characters?
I guess that technically is allowed and I should fix it? https://packaging.python.org/en/latest/specifications/pyproject-toml/#readme
https://hatch.pypa.io/latest/plugins/build-hook/reference/#hatchling.builders.hooks.plugin.interface.BuildHookInterface.target_name
sorry that is correct, I skimmed and saw the word target which refers to something specific in Hatch-land, I will read this further tomorrow
Do you have an example so that I could reproduce?
What do you think I should do?
this is not possible currently, this is the code that downloads Python distributions https://github.com/pypa/hatch/blob/master/src/hatch/utils/network.py
the output definitely sucks, sorry about that. do you have any idea if the issue is with code here or in Rich?
that is possible if I understand what you're saying https://hatch.pypa.io/latest/config/hatch/#mode I think I'm going the one that uses that feature lol let me know if it works for your use...