summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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)