Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
House keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupstate committed Jul 19, 2012
1 parent 6b50995 commit 02bf601
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Here you can see the full list of changes between each Flask-Social release.
Version 0.1.0
-------------

Released on ...
Initial release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (C) 2012 by Matt Wright
Copyright (C) 2012 by Matthew Wright

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
8 changes: 0 additions & 8 deletions README

This file was deleted.

15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Flask-Social
============

Oauth provider login and APIs for use with
`Flask-Security <http://packages.python.org/Flask-Security/>`_

Resources
---------

- `Documentation <http://packages.python.org/Flask-Social/>`_
- `Issue Tracker <http://github.com/mattupstate/flask-social/issues>`_
- `Code <http://github.com/mattupstate/flask-social/>`_
- `Development Version
<http://github.com/mattupstate/flask-rq/zipball/develop#egg=Flask-Social-dev>`_
- `Example Application <http://flask-social-example.herokuapp.com/>`_
16 changes: 2 additions & 14 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
Flask-Social
==============

.. module:: flask_social

Flask-Social is a Flask extension that aims to add simple OAuth provider
<<<<<<< HEAD
integration for `Flask-Security <http://packages.python.org/Flask-Security/>`_.
An example application is located at
`http://flask-social-example.herokuapp.com <http://flask-social-example.herokuapp.com/>`_.
=======
integration for Flask-Security. Checkout the `example application <http://flask-social-example.herokuapp.com/>`_
to perhaps get a better sense of what Flask-Social can do for you.
>>>>>>> master
.. include:: ../README.rst


Contents
Expand Down Expand Up @@ -348,6 +335,7 @@ signals in your code.

Changelog
=========

.. toctree::
:maxdepth: 2

Expand Down
16 changes: 10 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
"""
Flask-Social
--------------
============
Simple OAuth provider integration for Flask-Security.
Oauth provider login and APIs for use with
`Flask-Security <http://packages.python.org/Flask-Security/>`_
Links
`````
Resources
---------
* `development version
<https://github.com/mattupstate/flask-social/raw/develop#egg=Flask-Social-dev>`_
- `Documentation <http://packages.python.org/Flask-Social/>`_
- `Issue Tracker <http://github.com/mattupstate/flask-social/issues>`_
- `Code <http://github.com/mattupstate/flask-social/>`_
- `Development Version
<http://github.com/mattupstate/flask-rq/zipball/develop#egg=Flask-Social-dev>`_
"""
from setuptools import setup
Expand Down

0 comments on commit 02bf601

Please sign in to comment.