jwass / geojsonio.py

Open GeoJSON data on geojson.io
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

README.rst: Try adding unindented line at end #3

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

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...

jwass commented 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!

msabramo commented 9 years ago

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 ?