From 2786ce066fe4b9f152df32ac83ad82f4bba8fe0d Mon Sep 17 00:00:00 2001 From: Ondrej Lexa Date: Thu, 8 Apr 2021 17:31:27 +0200 Subject: [PATCH] setup fix --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2a49d6f..98af64d 100755 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ version='0.2.6', description="pywerami is a stand-alone program to make an countour/3D plot from a contour data file generated by the Perple_X program WERAMI.", long_description=readme + '\n\n' + history, + long_description_content_type="text/markdown", author="Ondrej Lexa", author_email='lexa.ondrej@gmail.com', url='https://github.com/ondrolexa/pywerami',