From e577eec93a45e1fb986ad914da15d33321e47941 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 12 Feb 2025 13:00:00 +1100 Subject: [PATCH] Change description to long_description in CLI setup.py --- cli/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/setup.py b/cli/setup.py index 2db047e5..d401afec 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -27,7 +27,7 @@ with open(os.path.join("onionshare_cli", "resources", "version.txt")) as f: setuptools.setup( name="onionshare-cli", version=version, - description=( + long_description=( "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, " "making it accessible as a Tor onion service, and generating an unguessable web address so others can " "download files from you, or upload files to you. It does _not_ require setting up a separate server or "