aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2011-08-04 01:32:34 +0200
committerJoar Wandborg <git@wandborg.com>2011-08-04 01:32:34 +0200
commit851c51a354d1355683093cdb04d48fcaafc20c28 (patch)
tree5dab0d6a8898d43af8601317a6eb46bb2baa348e /setup.py
parent4d74812dfc5a671aa50f54951ffe9e0ee520f8f7 (diff)
downloadmediagoblin-851c51a354d1355683093cdb04d48fcaafc20c28.tar.lz
mediagoblin-851c51a354d1355683093cdb04d48fcaafc20c28.tar.xz
mediagoblin-851c51a354d1355683093cdb04d48fcaafc20c28.zip
Feature 477 - Support Cloud Files public storage
* Added configuration options to mediagoblin.ini * process_media supports the python-cloudfiles almost-file-like objects by wrapping them in a contextlib.contextmanager-decorated func. * storage now has the CloudFilesStorage * New dependency added to setup.py; `python-cloudfiles`
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 3508f5f0..6043ad41 100644
--- a/setup.py
+++ b/setup.py
@@ -44,6 +44,7 @@ setup(
'webtest',
'ConfigObj',
'Markdown',
+ 'python-cloudfiles',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',