merge

Tue, 23 Jan 2018 22:55:00 +0000

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 23 Jan 2018 22:55:00 +0000
changeset 57
121aa89fe670
parent 55
407af23d16bb (current diff)
parent 56
d63f6e9a4633 (diff)
child 58
170d69da51bb

merge

--- a/README.md	Tue Jan 23 22:53:51 2018 +0000
+++ b/README.md	Tue Jan 23 22:55:00 2018 +0000
@@ -10,6 +10,7 @@
 You will need to install the following non-standard Python packages:
 
  - [keyring](https://pypi.python.org/pypi/keyring) to extract passphrases from the keychain
+ - [pyyaml](http://pyyaml.org/) for parse configuration files
 
 The use the tray icon on Mac OS, you will need:
 
--- a/setup.py	Tue Jan 23 22:53:51 2018 +0000
+++ b/setup.py	Tue Jan 23 22:55:00 2018 +0000
@@ -7,7 +7,7 @@
     'plist': {
         'LSUIElement': True,
     },
-    'packages': ['rumps', 'keyring'], #, 'xdg'],
+    'packages': ['rumps', 'keyring', 'pyyaml', 'xdg'],
 }
 
 setup(

mercurial