gocardless / gocardless-pro-python

GoCardless Pro Python Client
MIT License
37 stars 26 forks source link

Added long_description_content_type as text/markdown to setup.py #67

Closed opsz2 closed 1 year ago

opsz2 commented 1 year ago

Added long_description_content_type as text/markdown to setup.py

Because of a change to pypi/warehouse which blocks uploads that have an invalid long_description that it won't be able to render https://github.com/pypi/warehouse/issues/5890. In order to fix this, we set long_description_content_type='text/markdown'.