By default the content type for description in set in "setup.py" is reStructuredText.
Fixes uploading the package with to PyPI twine.
Packages are not uploaded on PyPI, but let's keep "setup.py" consistent with WaiverDB.
See also: https://pypi.org/help/#description-content-type
Signed-off-by: Lukas Holecek hluk@email.cz
I'm ok with that. BUT we are really considering dropping greenwave packages. I'm ok with merging this for consistency, but we will probably just remove everything not needed in the future.
: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.
Packages are not uploaded on PyPI, but let's keep "setup.py" consistent
with WaiverDB.
See also: https://pypi.org/help/#description-content-type
Signed-off-by: Lukas Holecek hluk@email.cz