-----------------------
- Allow recursive inclusion of data files in setup.cfg, :issue:`49`
- Replaced hand-written PyTest runner by `pytest-runner <https://pypi.org/project/pytest-runner>`_, :issue:`47`
- Improved default README.rst, :issue:`51`
- Use tests/conftest.py instead of tests/__init__.py, :issue:`52`
- Use setuptools_scm for versioning, :issue:`43`
- Require setuptools>=9.0, :issue:`56`
- Do not create skeleton.py during an update, :issue:`55`
.. note::
Due to the switch to *setuptools_scm* the following changes apply:
- use ``python setup.py --version`` instead of ``python setup.py version``
- ``git archive`` can no longer be used for packaging (and was never meant for it anyway)
- initial tag ``v0.0`` is no longer necessary and thus not created in new projects
- tags do no longer need to start with *v*