summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-01-11 14:25:11 -0500
committerTres Seaver <tseaver@palladion.com>2013-01-11 14:25:11 -0500
commit8d0b3b55f2882e599ab90c139499c45fa186480a (patch)
tree0a83f37abd77b02dbfc71fdb09d2543bce91bac6 /setup.py
parentbbfdd929bb4666c6e0bfa6a26c7b8b3bd7e22880 (diff)
downloadzope-i18nmessageid-8d0b3b55f2882e599ab90c139499c45fa186480a.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 eb056b1..935125a 100644
--- a/setup.py
+++ b/setup.py
@@ -100,9 +100,9 @@ setup(name='zope.i18nmessageid',
author_email='zope-dev@zope.org',
description='Message Identifiers for internationalization',
long_description=(
- read('README.txt')
+ read('README.rst')
+ '\n\n' +
- read('CHANGES.txt')
+ read('CHANGES.rst')
),
keywords = "zope i18n message factory",
classifiers = [