diff options
| author | 2025-08-06 23:22:30 +0800 | |
|---|---|---|
| committer | 2025-08-06 23:22:30 +0800 | |
| commit | b81218da09213950e381abe358ea8319ed1f6ac4 (patch) | |
| tree | 203d10edd20d7207b06c34a8b601f81bb69bc1d6 /pyproject.toml | |
| parent | 8d2ae6f2dcdc0c9108f93094e71b0ad8c6cd4aec (diff) | |
| download | infini-b81218da09213950e381abe358ea8319ed1f6ac4.tar.gz infini-b81218da09213950e381abe358ea8319ed1f6ac4.zip | |
chore(cover): comment examples dir
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
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] |
