X-Git-Url: http://git.veekun.com/zzz-spline-frontpage.git/blobdiff_plain/4371e472c2c75a12b5e1e499a9df6e62d778c030..4bb3ad19bae18a454509588df79c8b1470727a18:/setup.py diff --git a/setup.py b/setup.py index f1ef216..57b4f77 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,7 @@ setup( install_requires = [ 'spline', 'feedparser', + 'lxml', ], include_package_data = True,