From fc2833c1c143bc74c7b65927be24e4e96f3ef405 Mon Sep 17 00:00:00 2001 From: AmirHossein Ahmadi Date: Mon, 24 Mar 2025 17:33:28 +0330 Subject: [PATCH] add project urls --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a98b731..e970b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,10 @@ authors = [ requires-python = ">=3.13" dependencies = [] +[project.urls] +Homepage = 'https://github.com/pydantic/pydantic' +Source = 'https://github.com/pydantic/pydantic' + [dependency-groups] dev = [ "pyright>=1.1.392.post0", @@ -64,3 +68,4 @@ reportUnusedVariable = false [tool.pytest.ini_options] pythonpath = ["."] testpaths = ["test/unit"] +