Field content-type in the project.readme table must be one of the following: text/markdown, text/x-rst, text/plain
While GFM is the default (so I can just avoid specifying it altogether), PyPI also supports e.g. the CommonMark dialect and it looks like there's no way to specify that right now when using hatch.
This is accepted by flit and setuptools:
However, hatch disallows this:
While GFM is the default (so I can just avoid specifying it altogether), PyPI also supports e.g. the CommonMark dialect and it looks like there's no way to specify that right now when using hatch.