Skip to content

Commit 7f64fb6

Browse files
author
Arnaud Coomans
committed
Fixed reference to README in setup.py script
1 parent 53d7751 commit 7f64fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99
def readme():
10-
with open('README') as f:
10+
with open('README.md') as f:
1111
return f.read()
1212

1313

0 commit comments

Comments
 (0)