summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-18 10:28:03 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-18 10:28:03 +0000
commit9bfa8b4e643975c2b9798310827c3f42a48c0a22 (patch)
treeeb1ed00c0030a6c455bcfa2063245039aef060d1 /setup.py
parent162ecf6dcd9bdb5bac4b114a121572db7dfef7f1 (diff)
added dependency for configobj
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2fef3729..4eae6c12 100755
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,7 @@ setup(name='alot',
'urwid (>=1.0)',
'twisted (>=10.2.0)',
'magic',
+ 'configobj',
'subprocess (>=2.7)'],
provides='alot',
)