Commit a526751f authored by Jim Fulton's avatar Jim Fulton

Updated release info.

parent 3b9e7af2
...@@ -4,14 +4,7 @@ from setuptools import setup, find_packages ...@@ -4,14 +4,7 @@ from setuptools import setup, find_packages
def read(*rnames): def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read() return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
name = "zc.buildout" long_description=(
setup(
name = name,
version = "1.0.0b21",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "System for managing development buildouts",
long_description=(
read('README.txt') read('README.txt')
+ '\n' + + '\n' +
read('CHANGES.txt') read('CHANGES.txt')
...@@ -21,6 +14,8 @@ setup( ...@@ -21,6 +14,8 @@ setup(
+ '\n' + + '\n' +
read('src', 'zc', 'buildout', 'buildout.txt') read('src', 'zc', 'buildout', 'buildout.txt')
+ '\n' + + '\n' +
read('src', 'zc', 'buildout', 'repeatable.txt')
+ '\n' +
read('src', 'zc', 'buildout', 'update.txt') read('src', 'zc', 'buildout', 'update.txt')
+ '\n' + + '\n' +
read('src', 'zc', 'buildout', 'testing.txt') read('src', 'zc', 'buildout', 'testing.txt')
...@@ -29,7 +24,18 @@ setup( ...@@ -29,7 +24,18 @@ setup(
+ '\n' + + '\n' +
'Download\n' 'Download\n'
'**********************\n' '**********************\n'
), )
#open('doc.txt', 'w').write(long_description)
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b21",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "System for managing development buildouts",
long_description=long_description,
license = "ZPL 2.1", license = "ZPL 2.1",
keywords = "development build", keywords = "development build",
url='http://svn.zope.org/zc.buildout', url='http://svn.zope.org/zc.buildout',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment