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",