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' )