From 5f190032981ec1d587341043a12a2b035143842e Mon Sep 17 00:00:00 2001 From: csxeba Date: Wed, 15 Aug 2018 22:20:46 +0200 Subject: [PATCH] Specified long description --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79ddc78..f1418f6 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,7 @@ license='MIT', author='Csaba Gór', author_email='csxeba@gmail.com', - description='Evolutionary algorithm toolbox' + description='Evolutionary algorithm toolbox', + long_description=open("Readme.md").read(), + long_description_content_type='text/markdown' )