From: Noah Morrison Date: Tue, 2 Oct 2018 20:28:03 +0000 (-0400) Subject: Actually tell PyPi that the readme is in markdown X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=120dc5b1e06c2f242e2b72f92d471afec11c55e6;p=chevron.git Actually tell PyPi that the readme is in markdown oops... who reads documentation anyways? --- diff --git a/setup.py b/setup.py index 9072833..c1b0cde 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup(name='chevron', description='Mustache templating language renderer', long_description=readme, + long_description_content_type='text/markdown', author='noah morrison', author_email='noah@morrison.ph',