treasure-data / td-client-python

Treasure Data API library for Python
Apache License 2.0
47 stars 24 forks source link

fix long_description_content_type for PEP 566 compliance #109

Closed MarcoVitalii closed 1 month ago

MarcoVitalii commented 1 year ago

the long_description_content_type wasn't compliant with PEP 566, check here for the documentation. This seems to cause a failure when trying to download the library from a private azure devops feed setted up with pypi as upstream source. During the download raises a HTTP error 400 Client Error: Bad Request - The package description content type is invalid. It should conform to the format described in PEP 566. Compliance with PEP 566 has been broken since version 1.0.0, downloading in the same way the version 0.14.0 works correctly.