From 63ebe4b73f9fcb152f7ee4dea116a7a0b990cc11 Mon Sep 17 00:00:00 2001 From: Hugo MacDermott-Opeskin Date: Mon, 24 Oct 2022 23:14:26 +1100 Subject: [PATCH] Fix description type (#126) * add manifest * update manifest * exclude __pycache__ from sdist * add loader path * fix termination of cmake it * fix description type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b011264e..53b7f014 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ name="distopia", version=versioneer.get_version(), cmdclass=versioneer.get_cmdclass(), + long_description_content_type = "text/markdown", description=description, long_description=long_description, author=['Hugo MacDermott-Opeskin', "Richard Gowers"],