File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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+
2428About
2529=====
2630MongoEngine is a Python Object-Document Mapper for working with MongoDB.
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments