diff --git a/docs/backlog.md b/docs/backlog.md index a757cce..9aa580f 100644 --- a/docs/backlog.md +++ b/docs/backlog.md @@ -3,12 +3,11 @@ ## Iteration +1 -- Use `ruff` linter, dissolve `flake8` and `isort` -- Use `versioningit` for versioning, dissolve `bumpversion` -- Switch to `pyproject.toml` - Replace Apiary Mock server https://github.com/ip-tools/python-epo-ops-client/issues/65 -- Setup project documentation on Read the Docs +- Improve and clean up README +- Set up project documentation on Read the Docs +- Switch to `pyproject.toml` ## Iteration +2 @@ -32,3 +31,5 @@ This is the content of the original `TODOS.md` file. - CI: Add GHA recipe, dissolve Travis configuration - Dissolve `requirements` files, and inline them into `setup.py` - Add support for Python 3.10 and 3.11 +- Use `ruff` linter, dissolve `flake8` and `isort` +- Use `versioningit` for versioning, dissolve `bumpversion`