From 9e05bc645062f68a5c329ea64a1c31cd142bd185 Mon Sep 17 00:00:00 2001 From: Hiroyuki Tanaka Date: Sat, 10 Feb 2024 16:00:39 +0900 Subject: [PATCH] Add some urls --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e038e23..dcfee30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,11 +11,15 @@ authors = [ {name = "Hiroyuki Tanaka", email = "aflc0x@gmail.com"}, ] dependencies = [] - requires-python = ">=3.8" readme = "README.md" license = {text = "MIT"} +[project.urls] +Homepage = "https://github.com/roy-ht/editdistance" +Documentation = "https://github.com/roy-ht/editdistance" +Repository = "https://github.com/roy-ht/editdistance" + [tool.pdm] distribution = true