aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-18 22:33:31 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-18 22:33:31 +0800
commit8a0d9e64354164557cb49bd7457e3a0dd821c57c (patch)
tree7602d3334ef2eaa6deb68426bb57341440b3b5c2 /pyproject.toml
parent12c3efce624ed464890cf7c09a9ff18d7600936e (diff)
downloadHydroRoll-8a0d9e64354164557cb49bd7457e3a0dd821c57c.tar.gz
HydroRoll-8a0d9e64354164557cb49bd7457e3a0dd821c57c.zip
✨fix pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1a5ef0d..7c4d945 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,11 +1,11 @@
[tool.poetry]
-name = "iamai-example"
+name = "ChienDice"
version = "0.1.0"
-description = "iamai Example Bot"
+description = "ChienDice"
license = "MIT"
-authors = ["st1020 <stone_1020@qq.com>"]
+authors = ["HsiangNianian <admin@jyunko.cn>"]
readme = "README.md"
-repository = "https://github.com/st1020/iamai-example"
+repository = "https://github.com/retrofor/ChienDice"
[tool.poetry.dependencies]
python = "^3.8"