From: Luis Nell Date: Tue, 18 Oct 2011 15:33:40 +0000 (+0300) Subject: Add new non-magical pipeline to setup.py X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=70af193b389a529da6ae20bef5981b2692d85074;p=django-social-auth.git Add new non-magical pipeline to setup.py --- diff --git a/setup.py b/setup.py index 7ec7f62..9d6f9b2 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,8 @@ setup(name='django-social-auth', url='https://github.com/omab/django-social-auth', packages=['social_auth', 'social_auth.backends', - 'social_auth.backends.contrib'], + 'social_auth.backends.contrib', + 'social_auth.backends.pipeline'], long_description=long_description(), install_requires=['django>=1.2.5', 'oauth2>=1.5.167',