Skip to content
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

Pypi description is ugly #103

Closed
doudz opened this issue Nov 12, 2018 · 1 comment
Closed

Pypi description is ugly #103

doudz opened this issue Nov 12, 2018 · 1 comment
Milestone

Comments

@doudz
Copy link
Contributor

doudz commented Nov 12, 2018

Since 0.5.2 pypi description is generated from Readme.md but currently the result is ugly.
To fix this you have to upgrade wheel >= 0.31.0, twine >= 1.11.0

In short,

pip3 install wheel -U
pip3 install twine -U

And do the packaging again

@ccordoba12 ccordoba12 added this to the v0.5.3 milestone Nov 12, 2018
@ccordoba12
Copy link
Member

Ok, I'll update our release instructions to take care of this.

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