From 6579ca52c2827a0696089ebcd86a46601391f840 Mon Sep 17 00:00:00 2001 From: Robert Putt Date: Sat, 3 Aug 2024 11:47:37 +0100 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d13c094..2c66b44 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,7 @@ setup( name="https_dns_proxy", description='Proxies UDP DNS requests to Google DNS over HTTPS Service', + long_description='Proxies UDP DNS requests to Google DNS over HTTPS Service', version="1.0.0", packages=find_packages(), entry_points = {