aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2011-10-27 12:14:53 +0200
committerJoar Wandborg <git@wandborg.com>2011-10-27 12:14:53 +0200
commit6cde0361c76618b1673b2c9800d35f19c63ace51 (patch)
tree5a83d590c433736eef6ff96a1caf192766a6622f /setup.py
parent206ef749430db0fdb54271350eb8417ea3bfff59 (diff)
downloadmediagoblin-6cde0361c76618b1673b2c9800d35f19c63ace51.tar.lz
mediagoblin-6cde0361c76618b1673b2c9800d35f19c63ace51.tar.xz
mediagoblin-6cde0361c76618b1673b2c9800d35f19c63ace51.zip
Added pygtk to dependencies
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ccd1f653..605349f0 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ setup(
'ConfigObj',
'Markdown',
'python-cloudfiles',
+ 'pygtk',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',