mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-29 14:19:30 -04:00
Change description to long_description in CLI setup.py
This commit is contained in:
parent
50223f32c6
commit
e577eec93a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ with open(os.path.join("onionshare_cli", "resources", "version.txt")) as f:
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="onionshare-cli",
|
name="onionshare-cli",
|
||||||
version=version,
|
version=version,
|
||||||
description=(
|
long_description=(
|
||||||
"OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, "
|
"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 "
|
"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 "
|
"download files from you, or upload files to you. It does _not_ require setting up a separate server or "
|
||||||
|
|
Loading…
Add table
Reference in a new issue