aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a472090e..cb421203 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,9 +8,10 @@ authors = [
dependencies = [
"rich>=13.7.0",
"jinja2>=3.1.3",
+ "loguru>=0.7.3",
]
requires-python = ">=3.10"
-readme = "README.md"
+readme = "README.rst"
license = { text = "MIT" }
[project.urls]