Commit 88adefb8 authored by jim's avatar jim

Updated version and include change log in distribution.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69066 62d5b8a3-27da-0310-9561-8e5933582275
parent 140a152b
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
name = "zc.buildout"
setup(
name = name,
version = "1.0.0a1",
version = "1.0.0b1",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "System for managing development buildouts",
......@@ -12,6 +12,7 @@ setup(
keywords = "development build",
url='http://svn.zope.org/zc.buildout',
data_files = [('.', ['README.txt'])],
packages = ['zc', 'zc.buildout'],
package_dir = {'': 'src'},
namespace_packages = ['zc'],
......
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