Capitains / HookTest

Testing script for Hook
Mozilla Public License 2.0
3 stars 3 forks source link

Make long description easier to read on pypi #131

Closed PonteIneptique closed 6 years ago

PonteIneptique commented 6 years ago

Add

    long_description_content_type="text/markdown",

to setup.py according to https://packaging.python.org/tutorials/packaging-projects/#setup-args

sonofmun commented 6 years ago

Does .rst (restructured text) fall under markdown? Or do we need a more precise designation?

sonofmun commented 6 years ago

Looks like we need "text/x-rst" instead. https://packaging.python.org/guides/distributing-packages-using-setuptools/#description

PonteIneptique commented 6 years ago

Most probably yes :D I forgot we had RST and not MD