You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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,
And do the packaging again
The text was updated successfully, but these errors were encountered: