Possible API compatibility issues:
* disthelpers: removed functions remove_build_dist, add_module_data_files,
add_text_data_file, get_default_excludes, get_default_includes,
get_default_dll_excludes, create_vs2008_data_files (...) which were
replaced by a class named Distribution,
see the new disthelpers test for more details (tests/dishelpers.py)
* reorganized utils and configtools modules
Other changes:
* disthelpers: replaced almost all functions by a class named Distribution,
and added support for cx_Freeze (module remains compatible with py2exe),
see the new disthelpers test for more details (tests/dishelpers.py)
* reorganized utils and configtools modules