diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-12-04 23:58:58 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-12-04 23:58:58 -0600 |
commit | 38f102515a84c1da25a9dab56d2fe7731412f4f5 (patch) | |
tree | b9a481d3bd59c6a6ebdb87dd819d4a5cb1256dd6 /setup.py | |
parent | 04b0b7a124130fe4db082c419e6f44a5a212ffab (diff) | |
download | mediagoblin-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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', |