]> git.phdru.name Git - cookiecutter.git/blob - project_template/upgrade-ezsetup
Set PYTHONPATH for tests
[cookiecutter.git] / project_template / upgrade-ezsetup
1 #! /bin/sh
2
3 wget -O ez_setup.py https://bootstrap.pypa.io/ez_setup.py &&
4 python    -m compileall ez_setup.py && python -O -m compileall ez_setup.py &&
5 exec git commit --message="Upgrade ez_setup.py" ez_setup.py