From 61003b69570cb9088512db0ac33076a299726fe4 Mon Sep 17 00:00:00 2001 From: David Medina Date: Tue, 17 Jan 2012 12:33:00 +0100 Subject: Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f75fd59..124194e 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='github3', version='0.0.1', description='Python wrapper for the github v3 api!', - long_description=open('README.rst').read(), + long_description=open('README.md').read(), author='Kenneth Reitz', author_email='me@kennethreitz.com', url='https://github.com/kennethreitz/python-github3', -- cgit v1.2.3-59-g8ed1b