=====
- Update template for the file `default.nix` to also ignore the `.hg` folder.
This is useful for Mercurial based projects.
Thanks to Marcin Kuzminzki.
- Fix to quote package and dependency names and improve the readability of the
generated output.
Thanks to Asko Soukka.
- Adjust `release.nix` for better Hydra integration.
Thanks to Martin Bornhold.
- Mark tests as xfail to avoid trouble when building on NixOS itself.
Details can be found here https://github.com/johbo/pip2nix/issues/35.
- Use `python36Packages` by default inside of `default.nix`. I noticed that I
was specifying it nearly always when working on `pip2nix`. Via `release.nix`
we still have all Python versions easily available.
- Fix the attribute name of ZPL licenses, so that it matches the attribute names
from Nixpkgs_.
- Add an example about `setuptools` into the generated layer with manual
overrides. This is a useful entry when running into issues around an infinite
recursion.
- Update docs with a hint how to run inside of `nix-shell`.
- Update docs with a pointer to examples in `pip2nix-generated`.
- Add section "Tips" to the documentation.