From 9fbf26bbe089875ab88543c9043962d6d195a4f0 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 16 Mar 2020 11:54:57 -0400 Subject: Add docs and manpages This should be most of what's needed for the pip release. Signed-off-by: Konstantin Ryabitsev --- setup.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c8acc52..00e8d52 100644 --- a/setup.py +++ b/setup.py @@ -18,14 +18,19 @@ NAME = 'b4' setup( version=VERSION, - url='https://git.kernel.org/pub/scm/devel/b4/b4.git', + url='https://git.kernel.org/pub/scm/utils/b4/b4.git', name=NAME, description='A tool to work with public-inbox and patch archives', author='Konstantin Ryabitsev', author_email='mricon@kernel.org', packages=['b4'], license='GPLv2+', - #long_description=read('README.rst'), + long_description=read('man/b4.5.rst'), + long_description_content_type='text/x-rst', + keywords=['git', 'lore.kernel.org', 'patches'], + install_requires=[ + 'requests' + ], entry_points={ 'console_scripts': [ 'b4=b4.command:cmd' -- cgit v1.2.3