- formatting fix

git-svn-id: http://svn.dataflake.org/svn/Products.LDAPMultiPlugins/trunk@1577 835909ba-7c00-0410-bfa4-884f43845301
This commit is contained in:
jens 2008-07-19 19:12:29 +00:00
parent 2873189651
commit 8039559336
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ def _read(name):
f = open(os.path.join(package, name))
return f.read()
_boundary = '\n' + ('-' * 60) + '\n'
_boundary = '\n' + ('-' * 60) + '\n\n'
setup(name='Products.%s' % NAME,
version=_read('VERSION.txt').strip(),
@ -19,7 +19,7 @@ setup(name='Products.%s' % NAME,
+ _boundary
+ _read('CHANGES.txt')
+ _boundary
+ "\nDownload\n========"
+ "Download\n========"
),
classifiers=[
"Development Status :: 5 - Production/Stable",