Skip to content

Commit 2bf02a0

Browse files
authored
Update setup.py
File "setup.py", line 9, in <module> with open(os.path.join(here, 'README')) as f: IOError: [Errno 2] No such file or directory:++++
1 parent 4b05213 commit 2bf02a0

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 bitcoin import __version__
77

88
here = os.path.abspath(os.path.dirname(__file__))
9-
with open(os.path.join(here, 'README')) as f:
9+
with open(os.path.join(here, 'README.md')) as f:
1010
README = f.read()
1111

1212
requires = []

0 commit comments

Comments
 (0)