yaph / geonamescache

geonamescache - a Python library for quick access to a subset of GeoNames data.
https://pypi.org/project/geonamescache/
MIT License
99 stars 38 forks source link

Convert README from restructured text to markdown #23

Closed yaph closed 2 years ago

mlissner commented 2 years ago

This surprises me. I don't think Pypi supports markdown, last I checked, so we're all stuck using rst. I think!

yaph commented 2 years ago

You can use markdown when you add the keyword argument long_description_content_type='text/markdown' to the setup function in setup.py, like in this file https://github.com/yaph/logya/blob/master/setup.py

mlissner commented 2 years ago

Woah! That's great.