Commit 41da356f authored by andreasjung's avatar andreasjung

buildout.org -> pypi.python.org since buildout.org

is down and blocking almost all buildouts around the world


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@117420 62d5b8a3-27da-0310-9561-8e5933582275
parent e1d8c264
Change History Change History
************** **************
1.5.2 (unreleased) 1.5.2 (2010-10-11)
================== ==================
- changed metadata 'url' to pypi.python.org in order to solve
a temporary outage of buildout.org
- IMPORTANT: For better backwards compatibility with the pre-1.5 line, - IMPORTANT: For better backwards compatibility with the pre-1.5 line,
this release has two big changes from 1.5.0 and 1.5.1. this release has two big changes from 1.5.0 and 1.5.1.
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = "1.5.2dev" version = "1.5.2"
import os import os
from setuptools import setup from setuptools import setup
...@@ -76,7 +76,7 @@ setup( ...@@ -76,7 +76,7 @@ setup(
long_description=long_description, long_description=long_description,
license = "ZPL 2.1", license = "ZPL 2.1",
keywords = "development build", keywords = "development build",
url='http://buildout.org', url='http://pypi.python.org/pypi/zc.buildout',
data_files = [('.', ['README.txt'])], data_files = [('.', ['README.txt'])],
packages = ['zc', 'zc.buildout'], packages = ['zc', '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