Commit e81a69c2 authored by jim's avatar jim

Switched to putting releases on download.

The cheeseshop is too brittle.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68887 62d5b8a3-27da-0310-9561-8e5933582275
parent 1a8281d6
......@@ -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