summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 21:56:44 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 21:56:44 -0700
commit919b62cd8d95f46d8a62eb1d3b507a42bb4a04d2 (patch)
tree26df390ed1af2aebcb6c61783f2128ca363ac521 /setup.py
parentac7c4de290a25b9e8f226388b6c39952e49de941 (diff)
downloadpystache-919b62cd8d95f46d8a62eb1d3b507a42bb4a04d2.tar.gz
Tweaked comment at top of converted reST file.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 792a6d1..fe3a074 100644
--- a/setup.py
+++ b/setup.py
@@ -164,7 +164,8 @@ def make_description_file(target_path):
"""
# Comments in reST begin with two dots.
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)