From f5e782d3efd640be48c59f2b7efa4e19466476a9 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Fri, 28 Feb 2025 13:20:27 +0100 Subject: [PATCH] fix: pyproject.toml metadata --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 595180d..e424f68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,8 @@ classifiers=[ "Programming Language :: Python :: 3.13", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", ] + +[project.urls] Homepage = "https://github.com/rapidfuzz/Levenshtein" Documentation = "https://rapidfuzz.github.io/Levenshtein/" Repository = "https://github.com/rapidfuzz/Levenshtein.git"