From 7883531ff7f93976291e92fdac12414ffe950713 Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Sun, 19 Jan 2025 13:19:02 +0100 Subject: [PATCH] Don't install LICENSE --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b91d7bf..7df487e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ classifiers=[ 'License :: OSI Approved :: MIT License', ] packages = [{include = "docformatter", from = "src"}] -include = ["LICENSE"] [tool.poetry.dependencies] python = "^3.7"