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 b5ac533 commit a5c03caCopy full SHA for a5c03ca
setup.py
@@ -17,10 +17,10 @@
17
18
19
__version__ = '0.3.1'
20
-__description__ = 'Django support for MongoDB via MongoEngine',
+__description__ = 'Django support for MongoDB via MongoEngine'
21
__license__ = 'BSD'
22
-__author__ = 'Ross Lawley',
23
-__email__ = 'ross.lawley@gmail.com',
+__author__ = 'Ross Lawley'
+__email__ = 'ross.lawley@gmail.com'
24
25
26
sys.path.insert(0, os.path.dirname(__file__))
0 commit comments