Skip to content

Commit

Permalink
updated setup.py and README
Browse files Browse the repository at this point in the history
  • Loading branch information
j4321 committed Dec 11, 2016
1 parent 214c9af commit 6dbda3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.pyc
dist
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The sources can be checked using the checksums provided by the `sha512sums.txt`
To do the latter, you need to import the key first:
::
$ gpg --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys 29D53CB6B3FE203A89F3E65A644700E38E8B4341
$ gpg --verify checkmails-1.1.0.tar.gz.sig
$ gpg --verify checkmails-x.y.z.tar.gz.sig
Then install the application:
::
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
("share/pixmaps", ["checkmails.svg"])]

setup(name = "checkmails",
version = "1.1.1",
version = "1.1.0",
description = "System tray unread mail checker",
author = "Juliette Monsel",
author_email = "j_4321@sfr.fr",
author_email = "j_4321@protonmail.fr",
license = "GNU General Public License v3",
#Name the folder where your packages live:
#(If you have other packages (dirs) or modules (py files) then
Expand All @@ -36,7 +36,8 @@
supports only IMAP protocol with SSL encryption. The connection information
for each mailbox is stored in an encrypted file using a master password.
""",
requires = ["tkinter", "sys", "os", "locale", "gettext", "crypt", "Crypto", 'hashlib', 'configparser', 'imaplib', 'socket', 'threading', 'subprocess']
requires = ["tkinter", "sys", "os", "re", "locale", "gettext", "crypt", "Crypto", 'hashlib', 'configparser', 'imaplib', 'socket', 'threading',
'subprocess']
)


0 comments on commit 6dbda3b

Please # to comment.