]> Devi Nivas Git - chevron.git/commitdiff
Actually tell PyPi that the readme is in markdown
authorNoah Morrison <noah@morrison.ph>
Tue, 2 Oct 2018 20:28:03 +0000 (16:28 -0400)
committerNoah Morrison <noah@morrison.ph>
Tue, 2 Oct 2018 20:28:03 +0000 (16:28 -0400)
oops... who reads documentation anyways?

setup.py

index 9072833aa7e7bfc3d01b815dc947b04b77dbd855..c1b0cdef0eb78698742b7c3cbb056aaa4d74f3c5 100644 (file)
--- 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',