Merge branch 'master' of https://github.com/mbanton/mongoengine into 0.8
This commit is contained in:
commit
3a1521a34e
4
setup.py
4
setup.py
@ -8,8 +8,8 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
DESCRIPTION = """MongoEngine is a Python Object-Document
|
DESCRIPTION = 'MongoEngine is a Python Object-Document ' + \
|
||||||
Mapper for working with MongoDB."""
|
'Mapper for working with MongoDB.'
|
||||||
LONG_DESCRIPTION = None
|
LONG_DESCRIPTION = None
|
||||||
try:
|
try:
|
||||||
LONG_DESCRIPTION = open('README.rst').read()
|
LONG_DESCRIPTION = open('README.rst').read()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user