docs: improved write-up

added code documentation

clarified language in `README.md`

updated details in `pyproject.toml`
This commit is contained in:
2024-04-18 18:29:32 +01:00
parent c8cfbadfc6
commit 16ceeb7dae
6 changed files with 123 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
name = "request-coalescing-py"
version = "0.1.0"
description = "A simple demonstration of request coalescing in asynchronous Python."
authors = ["Declan <declan@hexolan.dev>"]
authors = ["Declan Teevan <dt@hexolan.com>"]
readme = "README.md"
[tool.poetry.dependencies]