diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-19 15:35:19 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-19 15:35:19 -0500 |
commit | d45e39664a1e6b9f1448302d5c2c3e12a603ead4 (patch) | |
tree | 51436d1738e623ec05d38255b19c89b1c1960a04 /setup.py | |
parent | f1fadb641d043bd260d9c0f5d2f9f3fddfcaae98 (diff) | |
download | mediagoblin-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.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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', |