From 008e94c6917efea60a5e54cfcf5831af3b01d477 Mon Sep 17 00:00:00 2001 From: Benjamin <3benknight@gmail.com> Date: Thu, 15 Aug 2024 11:09:53 -0400 Subject: [PATCH] Fixed invalid URL field in the pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d364ca2..7e8a74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,5 @@ dependencies = [ [project.optional-dependencies] test = [] -[project.urls] -Repository = "https://github.com/JGCRI/xanthos" -Documentation = "https://github.com/JGCRI/xanthos/wiki" - [tool.hatch.build] include = ["README.md"]