setup: add long_description
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
487c671d88
commit
33384ec6fb
3
setup.py
3
setup.py
@ -5,7 +5,7 @@
|
|||||||
# IMAP synchronization
|
# IMAP synchronization
|
||||||
# Module: installer
|
# Module: installer
|
||||||
# COPYRIGHT #
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -53,6 +53,7 @@ class TestCommand(Command):
|
|||||||
setup(name = "offlineimap",
|
setup(name = "offlineimap",
|
||||||
version = offlineimap.__version__,
|
version = offlineimap.__version__,
|
||||||
description = offlineimap.__description__,
|
description = offlineimap.__description__,
|
||||||
|
long_description = offlineimap.__description__,
|
||||||
author = offlineimap.__author__,
|
author = offlineimap.__author__,
|
||||||
author_email = offlineimap.__author_email__,
|
author_email = offlineimap.__author_email__,
|
||||||
url = offlineimap.__homepage__,
|
url = offlineimap.__homepage__,
|
||||||
|
Loading…
Reference in New Issue
Block a user