From 70af193b389a529da6ae20bef5981b2692d85074 Mon Sep 17 00:00:00 2001 From: Luis Nell Date: Tue, 18 Oct 2011 18:33:40 +0300 Subject: [PATCH] Add new non-magical pipeline to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- 2.39.5