We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dad1a commit 61003b6Copy full SHA for 61003b6
setup.py
@@ -26,7 +26,7 @@ def publish():
26
name='github3',
27
version='0.0.1',
28
description='Python wrapper for the github v3 api!',
29
- long_description=open('README.rst').read(),
+ long_description=open('README.md').read(),
30
author='Kenneth Reitz',
31
author_email='[email protected]',
32
url='https://github.com/kennethreitz/python-github3',
0 commit comments