Commit 919b62cd by Chris Jerdonek

Tweaked comment at top of converted reST file.

parent ac7c4de2
...@@ -164,7 +164,8 @@ def make_description_file(target_path): ...@@ -164,7 +164,8 @@ def make_description_file(target_path):
""" """
# Comments in reST begin with two dots. # Comments in reST begin with two dots.
intro = """\ intro = """\
.. This file is auto-generated by setup.py, so it should not be edited. .. This file is auto-generated by setup.py using pandoc, so any edits
.. should go in the source markdown files.
""" """
readme_path = convert_md_to_rst(README_PATH) readme_path = convert_md_to_rst(README_PATH)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment