From 7ab75cc7c5f4026fe88b3265eb80ed8765e93ea0 Mon Sep 17 00:00:00 2001 From: fengyang <864751898@qq.com> Date: Wed, 28 Aug 2024 15:58:22 +0800 Subject: [PATCH] docs: add project.urls to pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07a7c99..3350f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,6 @@ polyfit = "fy_polyfit.polyfit:main" [project.urls] Documentation = "https://readthedocs.org" -Repository = "https://github.com/me/spam.git" -Issues = "https://github.com/me/spam/issues" -Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md" \ No newline at end of file +Repository = "https://github.com/archeno/polyfit" +Issues = "https://github.com/archeno/polyfit/issues" +Changelog = "https://github.com/archeno/polyfit/commits/v1.1.0" \ No newline at end of file