[08:51:56] <mitya57> Hi! Can someone please give me a clue why on https://test.pypi.org/project/python-markdown-math/ the project description is not rendered as Markdown?
[08:52:05] <mitya57> The PKG-INFO file in the uploaded tarball does have “Description-Content-Type: text/markdown” line, and the previous upload to test server (0.4.1) is rendering fine.
[12:10:17] <bochecha> hi, I'm trying to write a pyproject.toml file, to declare a build dependency in it
[13:14:02] <bochecha_> it sort of makes sense in hindsight (how to build the build deps of the build deps of the build deps of…), but it probably would pay to be documented somewhere
[13:38:12] <ronny> bochecha_: i beleive it is documented, just hard to find, also they are working on making it work recursively
[14:03:09] <willingc> Hi folks, On pypi.org, Markdown on long description doesn't appear to be rendering correctly. I didn't see an open issue. Is there some detail that we are missing when we released jupyterhub?
[14:46:40] <willingc> OK, I think the issue was that we did not use the latest version of twine. Thanks for the new pypi too.
[14:53:12] <di_codes> willingc: yes, that likely could be the issue. mind if I ask which guide (if any) you’re following for markdown descriptions?