projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b0b7a
)
Cloudfiles not actually a dependency, removing from setup.py
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 5 Dec 2011 05:58:58 +0000
(23:58 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 5 Dec 2011 05:58:58 +0000
(23:58 -0600)
If users want cloudfiles, they can always ./bin/easy_install it.
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index ec672dd2a8e4468e5f2e2911b8b0385771fef19c..293f3f03d5615bdf28976fb6c73fa6ce7ee1c65e 100644
(file)
--- 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',