From 5486ba44fee5891aaf53951d2983e178b43ea729 Mon Sep 17 00:00:00 2001 From: "Jose.Torres" Date: Sat, 30 Nov 2013 20:17:36 -0500 Subject: [PATCH] added setuptools in favor of distribute --- python.json | 2 +- python27.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python.json b/python.json index e1d1860bc0..f0d525ea83 100644 --- a/python.json +++ b/python.json @@ -25,7 +25,7 @@ "bin": [ "python.exe", "py.exe" ], "env_add_path": [ "scripts" ], "post_install": "pushd $env:temp - $s = 'http://python-distribute.org/distribute_setup.py' + $s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py' echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null popd", "notes": "To use PIP to manage Python packages, run 'easy_install pip'" diff --git a/python27.json b/python27.json index bea3eeca05..d1c06dd3c8 100644 --- a/python27.json +++ b/python27.json @@ -25,7 +25,7 @@ "bin": [ "python.exe" ], "env_add_path": [ "scripts" ], "post_install": "pushd $env:temp - $s = 'http://python-distribute.org/distribute_setup.py' + $s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py' echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null popd", "notes": "To use PIP to manage Python packages, run 'easy_install pip'"