From ed74f083286f738a7dfcd67222b32370f680873d Mon Sep 17 00:00:00 2001 From: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:51:27 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a8bbbfeb..c34843587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,6 @@ math = ['gmpy2', 'pyfma'] dev = ['pathlib', 'pre_commit', 'pytest', 'pytest-cov', 'ruff'] [project.urls] -Documentation = "https://uxarray.readthedocs.io/" Source = "https://github.com/UXARRAY/uxarray" Tracker = "https://github.com/UXARRAY/uxarray/issues"