Commit ed12bda7 authored by Jim Fulton's avatar Jim Fulton

Switched to putting releases on download.

The cheeseshop is too brittle.
parent 7a69e1c4
......@@ -2,13 +2,14 @@ from setuptools import setup, find_packages
setup(
name = "zc.buildout",
version = "1.0",
version = "1.0.dev",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "System for managing development buildouts",
license = "ZPL 2.1",
keywords = "development build",
url='http://svn.zope.org/zc.buildout',
download_url='http://download.zope.org/distribution',
long_description=open('README.txt').read(),
......
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