From: Eevee Date: Wed, 19 May 2010 06:59:08 +0000 (-0700) Subject: Whoops; require python-openid. X-Git-Tag: veekun-promotions/2010060201~2 X-Git-Url: http://git.veekun.com/zzz-spline-users.git/commitdiff_plain/08f3af6cc0c0322e27fea5f4c985ecb4dce77abb?ds=sidebyside Whoops; require python-openid. --- diff --git a/setup.py b/setup.py index b5d13ee..8f4bbb1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,10 @@ setup( version = '0.1', packages = find_packages(), - install_requires = ['spline'], + install_requires = [ + 'spline', + 'python-openid', + ], include_package_data = True,