* Add `.index` method used by the mapping methods on both `ConfigFile` and
`ConfigSection`. It returns the first match, like lists do, and is
case-insensitive by default.
* Add item deletion, e.g. `del conf["sectionname"]`
* Update skel, no longer produce `py2.py3` wheels and put `setup_requires` in
`pyproject.toml`
* Bug fix: Include missing requirements.txt, reference from `make setup`
* Bug fix: when using `set_value` with empty string, don't forget the newline.