aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-01-17 12:33:00 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-01-17 12:33:00 +0100
commit61003b69570cb9088512db0ac33076a299726fe4 (patch)
tree88836b83fbe285819d4528b19f144294e70f3f13
parentMerge branch 'develop' (diff)
downloadpython-github3-61003b69570cb9088512db0ac33076a299726fe4.tar.xz
python-github3-61003b69570cb9088512db0ac33076a299726fe4.zip
Update setup.py
-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',