mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
9 lines
355 B
Python
9 lines
355 B
Python
__title__ = 'dj-rest-auth'
|
|
__description__ = 'Authentication and Registration in Django Rest Framework.'
|
|
__url__ = 'http://github.com/jazzband/dj-rest-auth'
|
|
__version__ = '1.0.9'
|
|
__author__ = '@iMerica https://github.com/iMerica'
|
|
__author_email__ = 'imichael@pm.me'
|
|
__license__ = 'MIT'
|
|
__copyright__ = 'Copyright 2020 @iMerica https://github.com/iMerica'
|