There was an error while loading. Please reload this page.
1 parent 1362117 commit 586bcbfCopy full SHA for 586bcbf
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
from stream import __version__, __maintainer__, __email__
7
import sys
8
9
-long_description = open('README.rst').read()
+long_description = open('README.md').read()
10
11
unit = 'unittest2py3k' if sys.version_info > (3, 0, 0) else 'unittest2'
12
tests_require = [
0 commit comments