From 33384ec6fb667a132d5ad5b01513f28c1b8b22a5 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Tue, 1 May 2018 03:48:26 +0200 Subject: [PATCH] setup: add long_description Signed-off-by: Nicolas Sebrecht --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73db977..2af2465 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # IMAP synchronization # Module: installer # COPYRIGHT # -# Copyright (C) 2002 - 2006 John Goerzen +# Copyright (C) 2002 - 2018 John Goerzen & contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,6 +53,7 @@ class TestCommand(Command): setup(name = "offlineimap", version = offlineimap.__version__, description = offlineimap.__description__, + long_description = offlineimap.__description__, author = offlineimap.__author__, author_email = offlineimap.__author_email__, url = offlineimap.__homepage__,