Skip to content

markdown not rendered #3442

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

Closed
nschloe opened this issue Mar 27, 2018 · 4 comments
Closed

markdown not rendered #3442

nschloe opened this issue Mar 27, 2018 · 4 comments

Comments

@nschloe
Copy link

nschloe commented Mar 27, 2018

I followed @di's write-up for getting markdown rendering for one of my projects, orthopy. Unfortunately, on pypi.org it's still rendered as plaintext. This is with

$ twine --version
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)

One thing I did differently from the blog post is that I created wheels

$ python3 setup.py bdist_wheel --universal

instead of ansdist.

Any idea what might be going wrong?

@di
Copy link
Member

di commented Mar 27, 2018

You're hitting an issue with wheel that has been fixed but hasn't been released yet (pypa/wheel#232), sorry about that!

See my comment here: #3438 (comment)

@di di closed this as completed Mar 27, 2018
@nschloe
Copy link
Author

nschloe commented Mar 27, 2018

Thanks for the clarification!

@nschloe nschloe changed the title markdown not rendered properly markdown not rendered Mar 28, 2018
@di
Copy link
Member

di commented Apr 2, 2018

FYI @nschloe, a new release of wheel has been made so the workaround is no longer necessary.

@nschloe
Copy link
Author

nschloe commented Apr 2, 2018

Nice, thanks for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants