diff options
author | Philippe Blain <levraiphilippeblain@gmail.com> | 2020-11-12 10:21:33 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-11-17 15:59:43 -0500 |
commit | dc5f193cb5db91279fbbb3a13c9e59e659afd39b (patch) | |
tree | 02c711ef56539ab55f80397fbe0e176bea12f847 /setup.py | |
parent | fdd09fd76177a55ac67006057fac32b4a907c3f5 (diff) | |
download | b4-dc5f193cb5db91279fbbb3a13c9e59e659afd39b.tar.gz |
Add pointers to https://linux.kernel.org/g/tools
Add links to the Groups.io instance at https://linux.kernel.org/g/tools
in the man page, the README and on PyPI.
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ NAME = 'b4' setup( version=find_version('b4/__init__.py'), url='https://git.kernel.org/pub/scm/utils/b4/b4.git/tree/README.rst', + project_urls={ + 'Community': 'https://linux.kernel.org/g/tools' + }, name=NAME, description='A tool to work with public-inbox and patch archives', author='Konstantin Ryabitsev', |