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