summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-01-11 14:22:57 -0500
committerTres Seaver <tseaver@palladion.com>2013-01-11 14:22:57 -0500
commit0f307854addc2de370acaccc3defb29f058c7539 (patch)
tree1a3260642b76a2ca4d1e470e1f5098a78fc10a38 /setup.py
parentf0606320130f53758e7b0cec92486ef86c08fd1f (diff)
downloadzope-exceptions-0f307854addc2de370acaccc3defb29f058c7539.tar.gz
Nest into Github.
- Denominate files to indicate ReST. - Drop .bzrignore. - Add MANIFEST.in FBO users w/o setuptools_git.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a3e9ecf..1582f55 100644
--- a/setup.py
+++ b/setup.py
@@ -31,8 +31,8 @@ setup(name='zope.exceptions',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',
- long_description=(read('README.txt') + '\n\n' +
- read('CHANGES.txt')),
+ long_description=(read('README.rst') + '\n\n' +
+ read('CHANGES.rst')),
keywords = 'zope exceptions',
classifiers = [
'Development Status :: 5 - Production/Stable',