Skip to content
Snippets Groups Projects

Resolve "Rename Readme to be rendered as markdown"

Merged Dominic Klinger requested to merge 1-rename-readme-to-be-rendered-as-markdown into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -26,7 +26,7 @@ PACKAGE = 'SConsider'
_THISPATH = os.path.abspath(os.path.dirname(__file__))
_README = codecs.open(
os.path.join(_THISPATH, 'README.txt'),
os.path.join(_THISPATH, 'README.md'),
encoding='utf8').read()
_CHANGES = codecs.open(
os.path.join(_THISPATH, 'CHANGES.txt'),
Loading