From ea70a80cd7d361e4f8a85a817f081b9865a70de6 Mon Sep 17 00:00:00 2001 From: WSH032 <614337162@qq.com> Date: Sun, 22 Dec 2024 05:02:15 +0800 Subject: [PATCH] chore(release): release `py/codelldb/v0.1.0-beta.0` --- python/codelldb/pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/codelldb/pyproject.toml b/python/codelldb/pyproject.toml index 76f816b..c75ac97 100644 --- a/python/codelldb/pyproject.toml +++ b/python/codelldb/pyproject.toml @@ -13,6 +13,12 @@ requires-python = ">=3.9" # keep the minimal dependencies. dependencies = [] +[project.urls] +# see: +documentation = "https://wsh032.github.io/pytauri/" +source = "https://github.com/WSH032/pytauri" + + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"