Skip to content

Commit 6f7f7b7

Browse files
committed
update maintainer + add readthedocs build status badge
1 parent 24f55b6 commit 6f7f7b7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MongoEngine
44
:Info: MongoEngine is an ORM-like layer on top of PyMongo.
55
:Repository: https://github.com/MongoEngine/mongoengine
66
:Author: Harry Marr (http://github.com/hmarr)
7-
:Maintainer: Stefan Wójcik (http://github.com/wojcikstefan)
7+
:Maintainer: Bastien Gerard (http://github.com/bagerard)
88

99
.. image:: https://travis-ci.org/MongoEngine/mongoengine.svg?branch=master
1010
:target: https://travis-ci.org/MongoEngine/mongoengine
@@ -21,6 +21,10 @@ MongoEngine
2121
.. image:: https://img.shields.io/pypi/v/mongoengine.svg
2222
:target: https://pypi.python.org/pypi/mongoengine
2323

24+
25+
.. image:: https://readthedocs.org/projects/mongoengine-odm/badge/?version=latest
26+
:target: https://readthedocs.org/projects/mongoengine-odm/builds/
27+
2428
About
2529
=====
2630
MongoEngine is a Python Object-Document Mapper for working with MongoDB.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def get_version(version_tuple):
5656
version=VERSION,
5757
author="Harry Marr",
5858
author_email="harry.marr@gmail.com",
59-
maintainer="Stefan Wojcik",
60-
maintainer_email="wojcikstefan@gmail.com",
59+
maintainer="Bastien Gerard",
60+
maintainer_email="bast.gerard@gmail.com",
6161
url="http://mongoengine.org/",
6262
download_url="https://github.com/MongoEngine/mongoengine/tarball/master",
6363
license="MIT",

0 commit comments

Comments
 (0)