Closed msabramo closed 9 years ago
Looks like it worked. I replaced the "That's all folks" with a blank line and everything seems fine now: https://pypi.python.org/pypi?:action=display&name=geojsonio&version=0.0.2
Thanks!
Awesome! So much better!
It sucks that PyPI is so strict. Want to put in a "vote" for https://bitbucket.org/pypa/pypi/pull-request/60/fix-bb-214-make-rst-rendering-not-fail-for ?
Taking a wild guess that maybe PyPI is not liking the RST because it ends in the middle of an indented block.
I think docutils likes to see an unindented line to finish each block.
Wild guess...