aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 31bfb0b..59df6fb 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,9 @@ if py_version < ('2', '7') or py_version[0] == '3' and py_version < ('3', '4'):
setuptools.setup(
name='absl-py',
version='0.1.4',
- description='Abseil Python Common Libraries',
+ description=(
+ 'Abseil Python Common Libraries, '
+ 'see https://github.com/abseil/abseil-py.'),
author='The Abseil Authors',
url='https://github.com/abseil/abseil-py',
packages=setuptools.find_packages(exclude=[