From fdd09fd76177a55ac67006057fac32b4a907c3f5 Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Thu, 12 Nov 2020 10:21:32 -0500 Subject: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3