diff --git a/docs/change_logs/summary.md b/docs/change_logs/readme.md similarity index 100% rename from docs/change_logs/summary.md rename to docs/change_logs/readme.md diff --git a/pyproject.toml b/pyproject.toml index 08a90bb..2f80115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ version = { attr = "lib_not_dr._version_"} [project.urls] Homepage = "https://github.com/shenjackyuanjie/lib-not-dr" Repository = "https://github.com/shenjackyuanjie/lib-not-dr" -Changelog = "https://github.com/shenjackyuanjie/lib-not-dr/blob/main/docs/change_log.md" +Changelog = "https://github.com/shenjackyuanjie/lib-not-dr/blob/main/docs/change_logs" [project.scripts] lndl_nuitka = "lndl_nuitka:main"