From 27f8963442eccf3c7513c2f460579a8bd862b89c Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Sat, 6 Jan 2024 16:04:51 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index be9f806..03afc21 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,8 @@ url="https://github.com/MatthewFlamm/pytest-homeassistant-custom-component", author_email="matthewflamm0@gmail.com", description="Experimental package to automatically extract test plugins for Home Assistant custom components", + long_description=open('README.md').read(), + long_description_content_type='text/markdown', classifiers=[ "Development Status :: 3 - Alpha", "Framework :: Pytest",