We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd29691 commit 1cf3989Copy full SHA for 1cf3989
setup.py
@@ -8,8 +8,8 @@
8
except ImportError:
9
pass
10
11
-DESCRIPTION = "A Python Document-Object Mapper for working with MongoDB"
12
-
+DESCRIPTION = """MongoEngine is a Python Object-Document
+Mapper for working with MongoDB."""
13
LONG_DESCRIPTION = None
14
try:
15
LONG_DESCRIPTION = open('README.rst').read()
@@ -68,6 +68,7 @@ def get_version(version_tuple):
68
maintainer="Ross Lawley",
69
maintainer_email="ross.lawley@{nospam}gmail.com",
70
url='http://mongoengine.org/',
71
+ download_url='https://github.com/MongoEngine/mongoengine/tarball/master',
72
license='MIT',
73
include_package_data=True,
74
description=DESCRIPTION,
0 commit comments