]> git.parisson.com Git - django-social-auth.git/commitdiff
Add db module to setup. Closes #395
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 9 Jul 2012 15:48:23 +0000 (12:48 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 9 Jul 2012 15:48:23 +0000 (12:48 -0300)
setup.py

index 583a39711d97156ab05aa93f2c0ad8920768e63f..7ce4d172aa84cd679f50c5d203b6d4060e48e894 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,8 +36,9 @@ setup(name='django-social-auth',
       packages=['social_auth',
                 'social_auth.backends',
                 'social_auth.backends.contrib',
-                'social_auth.backends.pipeline'],
-      package_data={'social_auth':['locale/*/LC_MESSAGES/*']},
+                'social_auth.backends.pipeline',
+                'social_auth.db'],
+      package_data={'social_auth': ['locale/*/LC_MESSAGES/*']},
       long_description=long_description(),
       install_requires=['django>=1.2.5',
                         'oauth2>=1.5.167',