diff --git a/TODO.md b/TODO.md index 40a6d0e..e92a1f8 100644 --- a/TODO.md +++ b/TODO.md @@ -4,3 +4,5 @@ - [ ] Add general documentation and tutorials. - [ ] Explain why CI uses `24.04` and not latest. - [ ] Write that compat funcions for non standard behaviour servers is not planed. +- [ ] Add `__version__`. +- [ ] Fix POST support. diff --git a/pyproject.toml b/pyproject.toml index eab772e..7f71bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ dependencies = [ "python-dateutil>=2.8.2" ] version = "0.1.0" +readme = "README.md" [project.optional-dependencies] dev = [