Repository URL to install this package:
|
Version:
0.2.10 ▾
|
python-social-auth
/
__init__.py
|
|---|
"""
python-social-auth application, allows OpenId or OAuth user
registration/authentication just adding a few configurations.
"""
version = (0, 2, 10)
extra = ''
__version__ = '.'.join(map(str, version)) + extra