Added inline_map_reduce functionality
Also added map_reduce method for calculating item_frequencies Closes #183
This commit is contained in:
2
setup.py
2
setup.py
@@ -15,7 +15,7 @@ def get_version(version_tuple):
|
||||
version = '%s.%s' % (version, version_tuple[2])
|
||||
return version
|
||||
|
||||
# Dirty hack to get version number from monogengine/__init__.py - we can't
|
||||
# Dirty hack to get version number from monogengine/__init__.py - we can't
|
||||
# import it as it depends on PyMongo and PyMongo isn't installed until this
|
||||
# file is read
|
||||
init = os.path.join(os.path.dirname(__file__), 'mongoengine', '__init__.py')
|
||||
|
||||
Reference in New Issue
Block a user