aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-06-19 15:35:19 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-06-19 15:35:19 -0500
commitd45e39664a1e6b9f1448302d5c2c3e12a603ead4 (patch)
tree51436d1738e623ec05d38255b19c89b1c1960a04 /setup.py
parentf1fadb641d043bd260d9c0f5d2f9f3fddfcaae98 (diff)
downloadmediagoblin-d45e39664a1e6b9f1448302d5c2c3e12a603ead4.tar.lz
mediagoblin-d45e39664a1e6b9f1448302d5c2c3e12a603ead4.tar.xz
mediagoblin-d45e39664a1e6b9f1448302d5c2c3e12a603ead4.zip
Re-commenting-out lxml from setup.py
Clarifying that this is something to install from the package manager and not via python setuptools itself.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1ca12426..cd0e7f0b 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,9 @@ setup(
'argparse',
'webtest',
'ConfigObj',
- 'lxml',
+ ## For now we're expecting that users will install this from
+ ## their package managers.
+ # 'lxml',
],
test_suite='nose.collector',