From 81d43cfcaefcdf7ef46319792d360934f2f5e229 Mon Sep 17 00:00:00 2001 From: VincentAURIAU Date: Sat, 25 Nov 2023 23:27:52 +0100 Subject: [PATCH] FIX: Homepage > homepage --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3c08a8a..aa66fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest", "kivy"] [project.urls] Homepage = "https://github.com/VincentAuriau/custom-chess-engine" +homepage = "https://github.com/VincentAuriau/custom-chess-engine" [tool.setuptools.packages.find] include=["pyalapin*"]