From bdbe9e5a431f1dcedc29a03d168b0fad3d35f634 Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Wed, 6 May 2020 18:50:05 +0200 Subject: [PATCH] removed README from PyPI --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9a8d6c2..e672009 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,6 @@ version = '0.2', license='MIT', description = 'Perceptually uniform colourmaps', - long_description=open('README.md').read(), - long_description_content_type='text/markdown', author = 'Callum Rollo', author_email = 'c.rollo@outlook.com', url = 'https://github.com/callumrollo/cmcrameri',