From 50223f32c6e6cb04e04cea9b0baf4e7ee7aa0651 Mon Sep 17 00:00:00 2001 From: mitali Date: Thu, 17 Oct 2024 22:49:51 +0530 Subject: [PATCH] Moved description to long_description in setup.py --- desktop/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/setup.py b/desktop/setup.py index 24ed05a0..cba2736b 100644 --- a/desktop/setup.py +++ b/desktop/setup.py @@ -8,7 +8,7 @@ version = "2.6.2" setuptools.setup( name="onionshare", version=version, - description="Securely and anonymously share files, host websites, and chat with friends using the Tor network", + long_description="Securely and anonymously share files, host websites, and chat with friends using the Tor network", author="Micah Lee", author_email="micah@micahflee.com", maintainer="Micah Lee",