diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 91edb22..6caa8ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,11 @@ [project] -name = "docs-template" +name = "FAQ" version = "0.1.0" -description = "Docs template for HydroRoll Team" +description = "FAQ for HydroRoll Team" authors = [ - {name = "简律纯",email = "i@jyunko.cn"}, + {name = "简律纯",email = "leader@hydroroll.com"}, ] dependencies = [ - "requests>=2.31.0", ] requires-python = ">=3.11" readme = "README.md" |
