Brian Bruggeman
Brian Bruggeman
So something like... (from [here](https://github.com/pypa/setuptools/pull/1075))? ``` # setup.py ... setup( ... long_description=long_description, long_description_content_type='text/markdown', ... ) ```
From what I can tell, I've set everything up correctly, but the website is still not rendering properly. Note: the legacy pypitest has been sunset. If we want to actually...
I arrived at this open ticket because I had been pondering the use-case of adding a man page from all of the markdown I'm building to a clap-based cli. The...
Thought/Question: Why not add a builder pattern with defaults? That doesn't eliminate the backwards compatibility and can improve clarity around generating the UUID.