mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-29 14:19:30 -04:00
Merge pull request #1934 from mitalisonawale/main
Moved description to long_description in setup.py
This commit is contained in:
commit
b1a5ea94e0
2 changed files with 2 additions and 2 deletions
|
@ -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 "
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue