summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-20 23:53:43 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-20 23:53:43 -0500
commit7f5adca47006d0b49728081baf1462075429a2e7 (patch)
tree38057c162436db24ce68d39369076aa9499c5796 /setup.py
parent0708727e0e15054cad54186b7b018a081f420e90 (diff)
downloadzope-i18n-7f5adca47006d0b49728081baf1462075429a2e7.tar.gz
Nest into Github.
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 f2cf8ef..0c6ea55 100644
--- a/setup.py
+++ b/setup.py
@@ -47,9 +47,9 @@ setup(
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',
long_description=(
- read('README.txt')
+ read('README.rst')
+ '\n\n' +
- read('CHANGES.txt')
+ read('CHANGES.rst')
),
license='ZPL 2.1',
keywords=('zope3 internationalization localization i18n l10n '