summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2015-11-27 14:28:52 +1100
committerBrian May <brian@linuxpenguins.xyz>2015-11-27 14:28:52 +1100
commit13457c773bf992a17b677f4cbd4441fda77865f7 (patch)
treecaa679a7b472d29c383d08e2974e20be00074eb0 /setup.py
parent780997e8a72a1321f2469635d9e0abdf86a4c7b3 (diff)
Improve summary line.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ba080e6..58b4784 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
url='https://github.com/sshuttle/sshuttle',
author='Brian May',
author_email='brian@linuxpenguins.xyz',
- description='Transparent proxy server that works as a poor man\'s VPN.',
+ description='Full-featured" VPN over an SSH tunnel',
packages=find_packages(),
license="GPL2+",
long_description=open('README.rst').read(),