Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 794c0f6

Browse files
committed
minor: __init__: improve infos
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
1 parent e7bd197 commit 794c0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imapfw/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
__productname__ = 'Imapfw'
66
__version__ = "0.025"
7-
__copyright__ = "Copyright 2016 Nicolas Sebrecht & contributors"
7+
__copyright__ = "Copyright 2015-2016 Nicolas Sebrecht & contributors"
88
__author__ = "Nicolas Sebrecht"
99
__author_email__= "nicolas.s-dev@laposte.net"
10-
__description__ = "Easy IMAP framework for mail access and synchronization"
10+
__description__ = "Framework for working with IMAP and emails"
1111
__license__ = "The MIT License (MIT)"
1212
__homepage__ = "http://github.com/OfflineIMAP/imapfw"
1313

0 commit comments

Comments
 (0)