------------------
- Adds support for custom command classes specified in the 'commands' option
under the [global] section in setup.cfg
- Adds preliminary support for custom compilers specified in the 'compilers'
option under the [global] section in setup.cfg. This functionality doesn't
exist in distutils/setuptools/distribute, so adding support for it is a
flaming hack. It hasn't really been tested beyond seeing that the custom
compilers come up in `setup.py build_ext --help-compiler`, so any real-world
testing of this feature would be appreciated