From f24d5914589320e0d8b92ec6740118d023ca7793 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Mon, 13 Mar 2017 12:17:47 +0100 Subject: [PATCH] Update templates (see bob/bob.admin#45) --- templates/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/README.md b/templates/README.md index b456ccd..f25d5ff 100644 --- a/templates/README.md +++ b/templates/README.md @@ -195,15 +195,13 @@ Replace the following tags by hand if you don't like/trust the `sed` lines above ## 5. Bootstrap -Make sure to update your bootstrap file. The latest version is here: +Make sure to **remove** your bootstrap file from your package. Since a few +releases, buildout is not supposed to be bootstrapped anymore as setuptools +have dropped support for auto-installing. -https://bootstrap.pypa.io/bootstrap-buildout.py +Also make sure to remove any mention of `bootstrap-buildout.py` from the +`MANIFEST.in` file. -Just do a `curl` to update it: - -```sh -$ curl -k --silent https://bootstrap.pypa.io/bootstrap-buildout.py > bootstrap-buildout.py -``` ## 6. doc/conf.py -- GitLab