Commit bb976c01 authored by Jim Fulton's avatar Jim Fulton

Comment out download header, since we're not providing pypi downloads.

parent d66ec5b7
...@@ -58,9 +58,9 @@ long_description=( ...@@ -58,9 +58,9 @@ long_description=(
read('src', 'zc', 'buildout', 'easy_install.txt') read('src', 'zc', 'buildout', 'easy_install.txt')
+ '\n' + + '\n' +
read('CHANGES.rst') read('CHANGES.rst')
+ '\n' + # + '\n' +
'Download\n' # 'Download\n'
'**********************\n' # '**********************\n'
) )
entry_points = """ entry_points = """
......
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