Skip to content

Commit 61003b6

Browse files
committed
Update setup.py
1 parent c1dad1a commit 61003b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def publish():
2626
name='github3',
2727
version='0.0.1',
2828
description='Python wrapper for the github v3 api!',
29-
long_description=open('README.rst').read(),
29+
long_description=open('README.md').read(),
3030
author='Kenneth Reitz',
3131
author_email='[email protected]',
3232
url='https://github.com/kennethreitz/python-github3',

0 commit comments

Comments
 (0)