From 919b62cd8d95f46d8a62eb1d3b507a42bb4a04d2 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sun, 6 May 2012 21:56:44 -0700 Subject: Tweaked comment at top of converted reST file. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') 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) -- cgit v1.2.1