From a474447d78144d357832daef9dfa4f7424a5e3d0 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Fri, 15 Mar 2024 09:05:56 +0100 Subject: [PATCH] Add URLs to metadata (#29) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0839452..14be1b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,8 @@ authors = [ ] readme = "README.rst" license = "BSD-3-Clause" +urls.Source = "https://github.com/scikit-learn-contrib/sklearn-ann" +urls.Documentation = "https://sklearn-ann.readthedocs.io/" dynamic = ["version"] requires-python = "<3.13,>=3.9" # enforced by scipy dependencies = [