scikit-learn-contrib / scikit-learn-extra

scikit-learn contrib estimators
https://scikit-learn-extra.readthedocs.io
BSD 3-Clause "New" or "Revised" License
187 stars 42 forks source link

MAINT Fix long description format in setup.py #107

Closed rth closed 3 years ago

rth commented 3 years ago

So far accepted PyPi all wheels except for Windows wheels which were rejected with,

HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
The description failed to render in the default format of reStructuredText. See https://pypi.org/help/#description-content-type for more information.

I fixed a few warnings raised by twine check https://github.com/pypa/warehouse/issues/5890#issuecomment-494868157 but I guess the issue must have been the encoding. Trying to fix and re-upload.