From 003f34f1001732c038a2a30cb8285bf384e8cf2d Mon Sep 17 00:00:00 2001 From: Travis DePrato Date: Thu, 26 Aug 2021 09:18:52 -0700 Subject: [PATCH] Set long_description_content_type in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b8cb897..6f022c2 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ license="MIT", description="Python Jupyter kernel using Poetry for dependency management", long_description=README, + long_description_content_type="text/markdown", keywords=["Interactive", "Interpreter", "Shell", "Web"], classifiers=[ "Framework :: Jupyter",