+ Replaced distribute_setup.py with ez_setup.py in order to bootstrap
with modern setuptools when necessary.
+ Fixed a couple minor Python 3-specific issues. In particular the
data_files option could be passed to setup() as a dict_items
object instead of a list which is what would normally be expected.
+ Added a tox.ini (frankly I thought there already was one).
- Switch back to setuptools after distribute merge
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-d2to1?expand=0&rev=9
- Run testsuite
- Update to version 0.2.10:
+ Added support for the seutp-requires-dist option in the [metadata]
section of setup.cfg. This is analogous to the Setup-Requires-Dist metadata
field supported by PEP-426 and uses the setup_requires argument to
setuptools' setup() to implement it.
+ Added support for the dependency_links and include_package_data
arguments to setuptools' setup() in the [backwards_compat] section of
setup.cfg.
+ When a setup_hook calls sys.exit() don't show a traceback for the
SystemExit exception.
+ Fixed a bug in the exception formatting when exceptions occur in setup.cfg
handling.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-d2to1?expand=0&rev=7