----------------
* First release available from the Python Package Index.
* Moved from https://gist.github.com/4277075
to https://github.com/mgedmin/check-manifest
* Added README.rst, CHANGES.rst, setup.py, tox.ini (but no real tests yet),
MANIFEST.in, and a Makefile.
* Fixed a bug in error reporting (when setup.py failed, the user would get
`TypeError: descriptor '__init__' requires an 'exceptions.Exception' object
but received a 'str'`).