Closed Tenzer closed 6 years ago
Thanks for reporting, I'll take a look!
Fixed in 6.2.7, please re-open the issue if it's not the case (but should be fine, I just tested it :) )
Yup, confirmed that it solves that problem. Now, onto the next issue - tornado-botocore
not being possible to install with pip 10.
Thanks!
Yes indeed, but we can't do much about that on our side...
This is what I see when I try to install version 6.2.6 (the latest available version) from PyPI:
This happens because
Readme.md
is not included in the.tar.gz
file:It looks like commit 437d3137e1ab007914f4ab0a0d323fbc408982c8 has broken this.
You probably want to add a
MANIFEST.in
file withinclude Readme.md
to the root of the repository, as suggested here: http://python-packaging.readthedocs.io/en/latest/metadata.html.