From c9dc57092cdb5f5d8d092f4c868f464cbccaacad Mon Sep 17 00:00:00 2001 From: Dobson Date: Wed, 25 Sep 2024 20:04:50 +0100 Subject: [PATCH] try to mirror black pyprojec.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf973932..49e4f5b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,10 +84,6 @@ Documentation = "https://imperialcollegelondon.github.io/SWMManywhere/" Issues = "https://github.com/ImperialCollegeLondon/SWMManywhere/issues" Source = "https://github.com/ImperialCollegeLondon/SWMManywhere" -[tool.hatch.build.targets.sdist] -only-include = ["src"] -sources = ["src"] - [tool.hatch.build.targets.wheel] only-include = ["src"] sources = ["src"]