From 85eee61a952247a2af2962c61cba2c8fcc3af54f Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 14 Feb 2014 10:25:42 -0500 Subject: [PATCH] fix setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ef69d8..8804feb 100644 --- a/setup.py +++ b/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'], )