Revert back to 0.6c6 as 0.6c8 is not needed

This commit is contained in:
Andrew Resch 2008-07-25 14:45:09 +00:00
parent 45a7e2195a
commit 4b3ffd0aca
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
This file can also be run as a script to install or upgrade setuptools.
"""
import sys
DEFAULT_VERSION = "0.6c8"
DEFAULT_VERSION = "0.6c6"
DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
md5_data = {