aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2020-11-12 10:21:32 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-11-17 15:59:43 -0500
commitfdd09fd76177a55ac67006057fac32b4a907c3f5 (patch)
treeff83f1c4c61be9407ab61bd96469eb9f0b6b393d /setup.py
parent7804e65259d192a1c5bfaa49954d15be486646f7 (diff)
downloadb4-fdd09fd76177a55ac67006057fac32b4a907c3f5.tar.gz
Link to the README from PyPI
Instead of linking to the default gitweb view ('summary'), link to the README in the 'tree' view, so that users coming from pypi.org can directly read it. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ed24367..6ad18a3 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ NAME = 'b4'
setup(
version=find_version('b4/__init__.py'),
- url='https://git.kernel.org/pub/scm/utils/b4/b4.git',
+ url='https://git.kernel.org/pub/scm/utils/b4/b4.git/tree/README.rst',
name=NAME,
description='A tool to work with public-inbox and patch archives',
author='Konstantin Ryabitsev',