Skip to content

Commit

Permalink
Merge pull request #14 from Tivix/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mateusz-sikora committed Oct 13, 2014
2 parents 7b85f6e + 034f9f6 commit de10f2c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 106 deletions.
104 changes: 0 additions & 104 deletions README.md

This file was deleted.

31 changes: 31 additions & 0 deletions README.rst
@@ -0,0 +1,31 @@
Welcome to django-rest-auth
===========================

.. image:: https://travis-ci.org/Tivix/django-rest-auth.png
:target: https://travis-ci.org/Tivix/django-rest-auth


.. image:: https://coveralls.io/repos/Tivix/django-rest-auth/badge.png
:target: https://coveralls.io/r/Tivix/django-rest-auth?branch=master


.. image:: https://requires.io/github/Tivix/django-rest-auth/requirements.png?branch=master
:target: https://requires.io/github/Tivix/django-rest-auth/requirements/?branch=master


.. image:: https://readthedocs.org/projects/django-rest-auth/badge/?version=latest
:target: https://readthedocs.org/projects/django-rest-auth/?badge=latest


Django-rest-auth provides a set of REST API endpoints for Authentication and Registration


Documentation
-------------
http://django-rest-auth.readthedocs.org/en/latest/


Source code
-----------
https://github.com/Tivix/django-rest-auth

4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,14 +11,14 @@
import os

here = os.path.dirname(os.path.abspath(__file__))
f = open(os.path.join(here, 'README.md'))
f = open(os.path.join(here, 'README.rst'))
long_description = f.read().strip()
f.close()


setup(
name='django-rest-auth',
version='0.2.5',
version='0.3.0',
author='Sumit Chachra',
author_email='chachra@tivix.com',
url='http://github.com/Tivix/django-rest-auth',
Expand Down

0 comments on commit de10f2c

Please sign in to comment.