aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2d7b91e..f0a6dfd 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,13 @@ setup(
20 license="GNU GPLv3+", 20 license="GNU GPLv3+",
21 keywords="GNUnet binding p2p", 21 keywords="GNUnet binding p2p",
22 url="https://gnunet.org", 22 url="https://gnunet.org",
23 long_description="""GNUnet is an alternative network stack for building secure, decentralized and privacy-preserving distributed applications. Our goal is to replace the old insecure Internet protocol stack. Starting from an application for secure publication of files, it has grown to include all kinds of basic protocol components and applications towards the creation of a GNU internet. 23 long_description="""
24 GNUnet is an alternative network stack for building secure,
25 decentralized and privacy-preserving distributed applications. Our
26 goal is to replace the old insecure Internet protocol stack.
27 Starting from an application for secure publication of files, it
28 has grown to include all kinds of basic protocol components and
29 applications towards the creation of a GNU internet.
24 30
25GNUnet is an official GNU package. 31GNUnet is an official GNU package.
26 32