From fe1c1dfe2d3c4d6ab9f6d05094a67c55c53371c7 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 12 Oct 2018 09:07:30 +0200 Subject: [PATCH] setup.py: description is written in markdown This should make it look pretty on pypi. Closes #1679. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cbba47db..ee897d50 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ setup( version=version, description='A sophisticated chroot / build / flash tool to develop and install postmarketOS', long_description=long_description, + long_description_content_type='text/markdown', author='postmarketOS Developers', author_email='info@postmarketos.org', url='https://www.postmarketos.org',