
The TODO List
===============

[ ] Use ``uv publish`` to post to PyPI.
See (https://github.com/slott56/Stingray-Reader/issues/7)

From the code:

..  todolist::

Done
=====

[x] Switch to ``uv``.

    [x]   ``uv init --lib``
    [x]   ``uv add xxx`` all the various packages
    [x]   ``uv add --dev xxx`` all the development tools

[x] Move to Py3.12

[x] Switch to tox.toml from tox.ini.
