From 2c2c416c033b780642a380b99ecafc4ab5e8e5cb Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Sep 2023 23:24:00 +0100 Subject: [PATCH] Remove links from pyproject for now Will look into this more when switching to a pyproject-based build --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0472ab9..a834bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,3 @@ -# Define project URLs for use on PyPI -[project.urls] -"Homepage" = "https://github.com/alan-turing-institute/CleverCSV/" -"Bug Tracker" = "https://github.com/alan-turing-institute/CleverCSV/issues/" -"Documentation" = "https://clevercsv.readthedocs.io/en/latest/" - [tool.black] line-length=79