]> git.parisson.com Git - django-social-auth.git/commitdiff
Add new non-magical pipeline to setup.py
authorLuis Nell <ln@nells.eu>
Tue, 18 Oct 2011 15:33:40 +0000 (18:33 +0300)
committerLuis Nell <ln@nells.eu>
Tue, 18 Oct 2011 15:33:40 +0000 (18:33 +0300)
setup.py

index 7ec7f62bfd5271562e319d52c68680314663631a..9d6f9b2f7cac7cfd99297005137e9b7f5d0874c1 100644 (file)
--- 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',