From f4ee03a0b9642039564b4147fe396965e5141411 Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Thu, 26 Sep 2024 09:17:05 +0100 Subject: [PATCH] Rely on setuptools defaults for license-files. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d727e898..d594d828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,9 +100,6 @@ doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS NUMBER" minversion = "6.0" testpaths = "cf_units" -[tool.setuptools] -license-files = ["LICENSE"] - [tool.setuptools.packages.find] include = ["cf_units"]