From: Matías Aguirre Date: Mon, 9 Jul 2012 15:48:23 +0000 (-0300) Subject: Add db module to setup. Closes #395 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bd44f308171e557d4b2137695dbb0740edfa090a;p=django-social-auth.git Add db module to setup. Closes #395 --- diff --git a/setup.py b/setup.py index 583a397..7ce4d17 100644 --- 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',