fix setup

This commit is contained in:
James Turk 2014-02-14 10:25:42 -05:00
parent 37aafd1ae8
commit 85eee61a95

View File

@ -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'],
)