From 1c6dd32a6da5383a7ecb6fca8f80aca7542bd695 Mon Sep 17 00:00:00 2001 From: Jeff Bass Date: Fri, 22 May 2020 22:35:53 -0700 Subject: [PATCH] Changes to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62a4105..fc64917 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ name=about['__title__'], version=about['__version__'], description=about['__description__'], - keywords=['opencv-python', 'pyzmq', 'raspberrypi'] + keywords=['opencv-python', 'pyzmq', 'raspberrypi'], long_description=readme, long_description_content_type='text/x-rst', author=about['__author__'],