diff options
author | Marius Gedminas <marius@gedmin.as> | 2013-02-12 14:09:02 +0200 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2013-02-12 14:09:02 +0200 |
commit | 1be62ee77b5c190b805605797050eab9fb2c36ad (patch) | |
tree | b65bde2f658512675b0c3340a7f566b66a6ad94b /setup.py | |
parent | 2ee20ffc32ed646c461a18be17aa96406b1c7007 (diff) | |
download | zope-tal-1be62ee77b5c190b805605797050eab9fb2c36ad.tar.gz |
Rename *.txt to *.rst for prettier Github rendering
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,9 +47,9 @@ setup(name='zope.tal', author_email='zope-dev@zope.org', description='Zope Template Application Language (TAL)', long_description=( - read('README.txt') + read('README.rst') + '\n\n' + - read('CHANGES.txt') + read('CHANGES.rst') ), keywords = "zope template xml tal", classifiers = [ |