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__'],