added setuptools in favor of distribute

This commit is contained in:
Jose.Torres 2013-11-30 20:17:36 -05:00
parent 24813305cf
commit 5486ba44fe
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
"bin": [ "python.exe", "py.exe" ], "bin": [ "python.exe", "py.exe" ],
"env_add_path": [ "scripts" ], "env_add_path": [ "scripts" ],
"post_install": "pushd $env:temp "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 echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null
popd", popd",
"notes": "To use PIP to manage Python packages, run 'easy_install pip'" "notes": "To use PIP to manage Python packages, run 'easy_install pip'"

View File

@ -25,7 +25,7 @@
"bin": [ "python.exe" ], "bin": [ "python.exe" ],
"env_add_path": [ "scripts" ], "env_add_path": [ "scripts" ],
"post_install": "pushd $env:temp "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 echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null
popd", popd",
"notes": "To use PIP to manage Python packages, run 'easy_install pip'" "notes": "To use PIP to manage Python packages, run 'easy_install pip'"