From 937e1ebd62114ab8227e22c14f9465f2639e2ca9 Mon Sep 17 00:00:00 2001 From: BlueGlassBlock Date: Tue, 7 Jun 2022 23:04:37 +0800 Subject: [PATCH] :sparkles: 0.7.1 --- extract-release-notes.py | 2 +- pyproject.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/extract-release-notes.py b/extract-release-notes.py index 8c1d830a..c25e7797 100644 --- a/extract-release-notes.py +++ b/extract-release-notes.py @@ -15,4 +15,4 @@ print(line, file=f) with open("./docs/appendix/CHANGELOG.md", encoding="utf-8", mode="w") as f: - f.write(changelog_text.replace("## 未发布的更新", f"## 未发布的更新\n## {tag_name}")) + f.write(changelog_text.replace("## 未发布的更新", f"## 未发布的更新\n\n## {tag_name}")) diff --git a/pyproject.toml b/pyproject.toml index 8588688e..2c8445fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,8 @@ authors = [ packages = [{ include = "graia", from = "src" }] readme = "README.md" repository = "https://github.com/GraiaProject/Ariadne" -documentation = "https://graia.rtfd.io/projects/ariadne" -homepage = "https://graia.rtfd.io/projects/ariadne" -keywords = ["graia", "bot", "qq", "framework", "mirai"] +documentation = "https://graia.readthedocs.io/projects/ariadne" +keywords = ["graia", "bot", "qq", "framework", "mirai", "ariadne"] classifiers = [ "Topic :: Communications :: Chat", "Framework :: Robot Framework :: Library",