Ofek Lev

Results 1177 comments of Ofek Lev

Have you tried [Hatchling](https://hatch.pypa.io/1.7/config/build/#build-system)?

https://github.com/pypa/packaging.python.org/pull/1544

Does everything look fine now?

Probably! What would the output be if everything is synchronized already?

I think it would be preferable to have an additional `--json` flag to not be reliant upon exit codes.

Then I'm definitely fine with the quicker solution 🙂

This would fail with Hatchling because types are strictly enforced per the PEP and I'm assuming setuptools will also break

I don't know much about the code of pip but my assumption is that it's not doing anything here actually but rather using the backend to generate the metadata which...

> I think the existing plugins are either parsing the file already Hatchling/Hatch view that as very wasteful which is why it passes the data to plugins, which also avoids...

Hello again! Has this been fixed/implemented?