Skip to content
Snippets Groups Projects
Commit f24d5914 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Update templates (see #45)

parent 5fffd97e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment