Skip to content

Commit 586bcbf

Browse files
committed
Update setup.py
1 parent 1362117 commit 586bcbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from stream import __version__, __maintainer__, __email__
77
import sys
88

9-
long_description = open('README.rst').read()
9+
long_description = open('README.md').read()
1010

1111
unit = 'unittest2py3k' if sys.version_info > (3, 0, 0) else 'unittest2'
1212
tests_require = [

0 commit comments

Comments
 (0)