Skip to content

Rendering markdown for PyPI #34

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
stared opened this issue Dec 27, 2018 · 1 comment
Closed

Rendering markdown for PyPI #34

stared opened this issue Dec 27, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@stared
Copy link
Owner

stared commented Dec 27, 2018

For some reason Markdown does not render on https://pypi.org/project/livelossplot/.
I have no idea why - I did follow the guidelines in setup.py:

long_description=readme(),
long_description_content_type='text/markdown'

Vide:

(I do have up-to-date versions of twine, setuptools and wheel )

EDIT: Most likely an error with twine: pypa/twine#420 (there is a fix, but not yet released).

Any help appreciated!

@stared stared added bug Something isn't working help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Dec 27, 2018
@stared
Copy link
Owner Author

stared commented Jan 1, 2019

Update: twine=1.12.1 did cause this error.

After installing pip install git+git://github.com/pypa/twine@master (twine=1.12.2, not yet released) it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant