diff options
| author | 2012-01-17 12:33:00 +0100 | |
|---|---|---|
| committer | 2012-01-17 12:33:00 +0100 | |
| commit | 61003b69570cb9088512db0ac33076a299726fe4 (patch) | |
| tree | 88836b83fbe285819d4528b19f144294e70f3f13 /setup.py | |
| parent | Merge branch 'develop' (diff) | |
| download | python-github3-61003b69570cb9088512db0ac33076a299726fe4.tar.xz python-github3-61003b69570cb9088512db0ac33076a299726fe4.zip | |
Update setup.py
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
