Update README references to markdown

This commit is contained in:
Michael Lazar
2017-09-07 00:28:17 -04:00
parent 3de378e4b5
commit 0a4cf3fdd5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
include version.py include version.py
include CHANGELOG.rst include CHANGELOG.rst
include AUTHORS.rst include AUTHORS.rst
include README.rst include README.md
include LICENSE include LICENSE
include rtv.1 include rtv.1
include rtv/templates/* include rtv/templates/*

View File

@@ -16,7 +16,7 @@ Press \fB?\fR to open the help screen.
.TP .TP
.BR $XDG_CONFIG_HOME/rtv/rtv.cfg .BR $XDG_CONFIG_HOME/rtv/rtv.cfg
The configuration file can be used to customize default program settings, see The configuration file can be used to customize default program settings, see
README.rst for more information. README.md for more information.
.TP .TP
.BR $XDG_CONFIG_HOME/rtv/refresh-token .BR $XDG_CONFIG_HOME/rtv/refresh-token
After you login to reddit, your most recent OAuth refresh token will be stored After you login to reddit, your most recent OAuth refresh token will be stored

View File

@@ -39,7 +39,7 @@ else:
def long_description(): def long_description():
with codecs.open('README.rst', encoding='utf8') as f: with codecs.open('README.md', encoding='utf8') as f:
return f.read() return f.read()