From 2bee971fc915846e0b54bdbaaea004870d3db875 Mon Sep 17 00:00:00 2001 From: Olivia Box Power Date: Mon, 7 Oct 2024 17:08:22 +0100 Subject: [PATCH] Fix .toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f85164..e6a7737 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,3 @@ Documentation = "https://fingertips-py.readthedocs.io/en/latest/" Repository = "https://github.com/ukhsa-collaboration/PHDS_fingertips_py" Issues = "https://github.com/ukhsa-collaboration/PHDS_fingertips_py/issues" Changelog = "https://github.com/ukhsa-collaboration/PHDS_fingertips_py/blob/master/CHANGELOG.md" - -[tool.setuptools] -packages = ["fingertips_py"]