-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not render markdown description properly #1
Comments
@drunkwcodes Thanks for the report! Sorry this isn't working for you. Looks like you're building wheels as well as source distributions, and therefore hitting pypa/wheel#231 (which has an open PR, pypa/wheel#232) In short: You can wait until that fix to
|
Thanks for your quick reply, the workaround works well. I should read the whole page before trying! 👌 👌 |
Thanks! For what it's worth, I note that the markdown rendering isn't perfect: see, e.g., this code block. Is there a better place to report this (assuming this isn't a problem on my side)? |
@defjaf Please raise an issue over at https://github.com/pypa/warehouse/issues, it's been mentioned before but I don't think there's an issue for it, and it seems like it is a trivial styling change we can make (definitely not a problem on your side). We're also working on adding Github Flavored Markdown (GFM) support at the moment, which might help with a lot of the other CommonMark shortcomings, see pypa/packaging-problems#126. |
Added this to the ongoing discussion of PIP566 compliance. |
It's not really related to PEP 566 compliance since it's just styling. I created pypi/warehouse#3330. |
@di that makes sense: sorry for the extra work! |
I still has this problem with https://github.com/gbtami/Fairy-Stockfish
|
I followed the guide and upgraded setuptools and twine, but it didn't render markdown properly after uploading.
And
python setup.py check
saysHere is my project: https://pypi.org/project/qquiz/
I used twine version 1.11.0 (pkginfo: 1.4.2, requests: 2.18.4, setuptools: 39.0.1, requests-toolbelt: 0.8.0, tqdm: 4.19.8) on Windows.
The text was updated successfully, but these errors were encountered: