diff --git a/README.rst b/README.rst index d992da2b3..92473f351 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ MongoEngine :Info: MongoEngine is an ORM-like layer on top of PyMongo. :Repository: https://github.com/MongoEngine/mongoengine :Author: Harry Marr (http://github.com/hmarr) -:Maintainer: Stefan Wójcik (http://github.com/wojcikstefan) +:Maintainer: Bastien Gerard (http://github.com/bagerard) .. image:: https://travis-ci.org/MongoEngine/mongoengine.svg?branch=master :target: https://travis-ci.org/MongoEngine/mongoengine @@ -21,6 +21,10 @@ MongoEngine .. image:: https://img.shields.io/pypi/v/mongoengine.svg :target: https://pypi.python.org/pypi/mongoengine + +.. image:: https://readthedocs.org/projects/mongoengine-odm/badge/?version=latest + :target: https://readthedocs.org/projects/mongoengine-odm/builds/ + About ===== MongoEngine is a Python Object-Document Mapper for working with MongoDB. diff --git a/setup.py b/setup.py index 25d2a1a19..a629d5b12 100644 --- a/setup.py +++ b/setup.py @@ -56,8 +56,8 @@ def get_version(version_tuple): version=VERSION, author="Harry Marr", author_email="harry.marr@gmail.com", - maintainer="Stefan Wojcik", - maintainer_email="wojcikstefan@gmail.com", + maintainer="Bastien Gerard", + maintainer_email="bast.gerard@gmail.com", url="http://mongoengine.org/", download_url="https://github.com/MongoEngine/mongoengine/tarball/master", license="MIT",