fix setup
This commit is contained in:
parent
37aafd1ae8
commit
85eee61a95
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -9,6 +9,6 @@ setup(
|
|||
scripts=['mongoprof.py'],
|
||||
license='BSD',
|
||||
description='command line tool for watching mongodb queries',
|
||||
long_description=open('README.rst').read(),
|
||||
long_description=open('README.md').read(),
|
||||
install_requires=['pymongo', 'termcolor'],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue