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