Skip to content

Commit ecd7c71

Browse files
committed
Merge #110: Update setup.py
2bf02a0 Update setup.py (Sarto)
2 parents 4b05213 + 2bf02a0 commit ecd7c71

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)