Skip to content

Commit d954c26

Browse files
svetlyak40wtmdirolf
authored andcommitted
Default version of setup tools was decreased to 0.6c8, because Debian have only that version.
Signed-off-by: Mike Dirolf <mike@dirolf.com>
1 parent 6849fc7 commit d954c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ez_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
This file can also be run as a script to install or upgrade setuptools.
1515
"""
1616
import sys
17-
DEFAULT_VERSION = "0.6c9"
17+
DEFAULT_VERSION = "0.6c8"
1818
DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
1919

2020
md5_data = {

0 commit comments

Comments
 (0)