From 2f0c699f982e38ed4a4581924018456e8d19eef1 Mon Sep 17 00:00:00 2001
From: "S.P. Mohanty" <spmohanty91@gmail.com>
Date: Wed, 9 Oct 2019 14:02:16 +0200
Subject: [PATCH] :Add long description content type

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 9061bfb3..d66c0615 100644
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,7 @@ setup(
     },
     install_requires=requirements,
     long_description=readme,
+    long_description_content_type="text/markdown",
     include_package_data=True,
     keywords='flatland',
     name='flatland-rl',
-- 
GitLab