aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',