We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b05213 + 2bf02a0 commit ecd7c71Copy full SHA for ecd7c71
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
from bitcoin import __version__
7
8
here = os.path.abspath(os.path.dirname(__file__))
9
-with open(os.path.join(here, 'README')) as f:
+with open(os.path.join(here, 'README.md')) as f:
10
README = f.read()
11
12
requires = []
0 commit comments