Skip to content

Commit 4c9e1a5

Browse files
committed
Fix restructied text
1 parent 8d9ccd7 commit 4c9e1a5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md renamed to README.rst

File renamed without changes.

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

1010

0 commit comments

Comments
 (0)