By default the content type for description in set in "setup.py" is reStructuredText.
Fixes uploading the package with to PyPI twine.
See also: https://pypi.org/help/#description-content-type
Signed-off-by: Lukas Holecek hluk@email.cz
I've applied the hotfix to package version 1.1.0 to be able to upload to PyPI.
+1
:thumbsup:
Pull-Request has been merged by gnaponie
By default the content type for description in set in "setup.py" is
reStructuredText.
Fixes uploading the package with to PyPI twine.
See also: https://pypi.org/help/#description-content-type
Signed-off-by: Lukas Holecek hluk@email.cz