aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-12-04 23:58:58 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-12-04 23:58:58 -0600
commit38f102515a84c1da25a9dab56d2fe7731412f4f5 (patch)
treeb9a481d3bd59c6a6ebdb87dd819d4a5cb1256dd6 /setup.py
parent04b0b7a124130fe4db082c419e6f44a5a212ffab (diff)
downloadmediagoblin-38f102515a84c1da25a9dab56d2fe7731412f4f5.tar.lz
mediagoblin-38f102515a84c1da25a9dab56d2fe7731412f4f5.tar.xz
mediagoblin-38f102515a84c1da25a9dab56d2fe7731412f4f5.zip
Cloudfiles not actually a dependency, removing from setup.py
If users want cloudfiles, they can always ./bin/easy_install it.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ec672dd2..293f3f03 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,6 @@ setup(
'webtest',
'ConfigObj',
'Markdown',
- 'python-cloudfiles',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',