Skip to content

Commit 1cf3989

Browse files
committed
Updated setup.py
1 parent fd29691 commit 1cf3989

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
except ImportError:
99
pass
1010

11-
DESCRIPTION = "A Python Document-Object Mapper for working with MongoDB"
12-
11+
DESCRIPTION = """MongoEngine is a Python Object-Document
12+
Mapper for working with MongoDB."""
1313
LONG_DESCRIPTION = None
1414
try:
1515
LONG_DESCRIPTION = open('README.rst').read()
@@ -68,6 +68,7 @@ def get_version(version_tuple):
6868
maintainer="Ross Lawley",
6969
maintainer_email="ross.lawley@{nospam}gmail.com",
7070
url='http://mongoengine.org/',
71+
download_url='https://github.com/MongoEngine/mongoengine/tarball/master',
7172
license='MIT',
7273
include_package_data=True,
7374
description=DESCRIPTION,

0 commit comments

Comments
 (0)