Merge branch 'master' of https://github.com/mbanton/mongoengine into 0.8
This commit is contained in:
commit
3a1521a34e
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -8,8 +8,8 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
DESCRIPTION = """MongoEngine is a Python Object-Document
|
||||
Mapper for working with MongoDB."""
|
||||
DESCRIPTION = 'MongoEngine is a Python Object-Document ' + \
|
||||
'Mapper for working with MongoDB.'
|
||||
LONG_DESCRIPTION = None
|
||||
try:
|
||||
LONG_DESCRIPTION = open('README.rst').read()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue