X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fupgrade-ezsetup;fp=project_template%2Fupgrade-ezsetup;h=f9837abe602547b3f2ae99736123c18c5816f3eb;hp=0000000000000000000000000000000000000000;hb=834468e41a81d605d971f9bba622c8c92126cbc6;hpb=688cdbd8c89379d3183f284ceae2b0b9a2e09fae diff --git a/project_template/upgrade-ezsetup b/project_template/upgrade-ezsetup new file mode 100755 index 0000000..f9837ab --- /dev/null +++ b/project_template/upgrade-ezsetup @@ -0,0 +1,5 @@ +#! /bin/sh + +wget -O ez_setup.py https://bootstrap.pypa.io/ez_setup.py && +python -m compileall ez_setup.py && python -O -m compileall ez_setup.py && +exec git commit --message="Upgrade ez_setup.py" ez_setup.py