From 943137d288d61b6fdec3a2e1782a6b73d8da8f76 Mon Sep 17 00:00:00 2001 From: Devashish Tripathi Date: Wed, 14 Feb 2024 02:56:04 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 0a65020..98ee91e 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,8 @@ author="Devashish Tripathi", author_email="devashishtripathi697@gmail.com", description="A python pipeline for implementing smcpp package to decipher demographic history of populations", + long_description=open("README.md").read(), + long_description_content_type="text/markdown", packages=find_packages(), install_requires=[ "numpy>=1.18.5",