summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-04-23 22:28:30 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-04-23 22:28:30 +0200
commit81b477fac49da74f42b18acebec33ba132c340da (patch)
tree7cc743cc426bafad1ddc41ff8ce3cbcd2566f0a0 /setup.py
parentb0340a0a8e58b2a3608fd04f1dbd79d260f81cbb (diff)
Add pyme as a dependency in setup.py and the docs
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 81207a0d..6ca1a6b3 100755
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@ setup(name='alot',
'twisted (>=10.2.0)',
'magic',
'configobj (>=4.6.0)',
- 'subprocess (>=2.7)'],
+ 'subprocess (>=2.7)',
+ 'pyme'],
provides='alot',
)