From 120dc5b1e06c2f242e2b72f92d471afec11c55e6 Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Tue, 2 Oct 2018 16:28:03 -0400 Subject: [PATCH] Actually tell PyPi that the readme is in markdown oops... who reads documentation anyways? --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.47.3