From 978f7037795e9469d3c610bb82669f8d748cba4a Mon Sep 17 00:00:00 2001 From: security-companion Date: Wed, 27 Mar 2024 15:43:57 +0100 Subject: [PATCH] fix setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f3c5b5a..1ceeeab 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ author="Joachim Mammele", url="https://github.com/security-companion/hibp-harvester", description="A python tool to harvest haveibeenpwned.com via domain search", + long_description=open('README.md', 'r').read(), packages=find_packages(), classifiers=[ "Programming Language :: Python :: 3",