summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-05-21 20:28:23 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-05-21 20:51:43 +0200
commit50370aa34f4b4a65d84477414da9c4d02ddcb745 (patch)
tree5596bbe6d363806ae3010e52339f9d217f7a1a0c /setup.py
parent066d6321ae7d0b532d9b705b321d57fb381ffe02 (diff)
switch from pyme to gpgme
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f82565ae..60827be3 100755
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,6 @@ setup(name='alot',
'magic',
'configobj (>=4.6.0)',
'subprocess (>=2.7)',
- 'pyme (>=0.8.1)'],
+ 'gpgme (>=0.2)'],
provides='alot',
)