Skip to content

Commit

Permalink
Merge pull request lingthio#1 from lingthio/master
Browse files Browse the repository at this point in the history
synced to upstream
  • Loading branch information
silpol committed Jul 19, 2015
2 parents 9659d46 + 54df598 commit 465a947
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Travis config file
# ==================

language:
python

Expand Down
24 changes: 4 additions & 20 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,34 +1,18 @@
Flask-User |release|
==========

.. image:: https://pypip.in/v/Flask-User/badge.png
.. image:: https://img.shields.io/pypi/v/Flask-User.svg
:target: https://pypi.python.org/pypi/Flask-User

.. comment .. image:: https://travis-ci.org/lingthio/Flask-User.png?branch=master
.. image:: /images/build_passing.png
.. image:: https://img.shields.io/travis/lingthio/Flask-User.svg
:target: https://travis-ci.org/lingthio/Flask-User

.. image:: https://pypip.in/d/Flask-User/badge.png
.. image:: https://img.shields.io/pypi/dm/Flask-User.svg
:target: https://pypi.python.org/pypi/Flask-User

.. comment .. image:: https://pypip.in/license/Flask-User/badge.png
.. image:: /images/BSD_license.png
.. image:: https://img.shields.io/pypi/l/Flask-User.svg
:target: https://pypi.python.org/pypi/Flask-User

.. comment .. image:: https://coveralls.io/repos/lingthio/Flask-User/badge.png?branch=master
.. comment :target: https://coveralls.io/r/lingthio/Flask-User?branch=master
.. topic:: Missing a feature?

|Tell_us_about_it|. |Help_shape_flask_user|.

.. |Tell_us_about_it| raw:: html

<a href="https://docs.google.com/forms/d/1p01lA9o9amlx4_0JjjOyAzdoM-C4lUVUgV0LUhMumaU/viewform?usp=send_form" target="_blank"><b>Tell us about it</b></a>

.. |Help_shape_flask_user| raw:: html

<a href="https://docs.google.com/forms/d/1p01lA9o9amlx4_0JjjOyAzdoM-C4lUVUgV0LUhMumaU/viewform?usp=send_form" target="_blank"><b>Help shape Flask-User</b></a>

Customizable User Account Management for Flask
----------------------------------------------
Expand Down
11 changes: 7 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
Flask-User
==========
.. image:: https://pypip.in/v/Flask-User/badge.png
.. image:: https://img.shields.io/pypi/v/Flask-User.svg
:target: https://pypi.python.org/pypi/Flask-User
.. image:: https://pypip.in/d/Flask-User/badge.png
.. image:: https://img.shields.io/travis/lingthio/Flask-User.svg
:target: https://travis-ci.org/lingthio/Flask-User
.. image:: https://img.shields.io/pypi/dm/Flask-User.svg
:target: https://pypi.python.org/pypi/Flask-User
.. image:: https://pypip.in/license/Flask-User/badge.png
.. image:: https://img.shields.io/pypi/l/Flask-User.svg
:target: https://pypi.python.org/pypi/Flask-User
Customizable User Account Management for Flask
Expand Down Expand Up @@ -111,7 +114,7 @@
],
test_suite="flask_user.tests.run_tests",
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Flask',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 465a947

Please sign in to comment.