Skip to content

Commit 457a598

Browse files
committed
Fix README.md in setup.py
1 parent 3559fd0 commit 457a598

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
@@ -4,7 +4,7 @@
44
from udger import __version__
55

66

7-
with open(join(dirname(__file__), 'README.rst')) as readme_file:
7+
with open(join(dirname(__file__), 'README.md')) as readme_file:
88
long_description = readme_file.read()
99

1010

0 commit comments

Comments
 (0)