From 918e1486b3e0c616cf4be726d0ba0910e8743ef2 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Thu, 19 Dec 2024 18:40:53 +0100 Subject: [PATCH] Don't install LICENSE file in site-diretory --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dead9da..b5b6ec2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,9 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", "Natural Language :: English" ] -include = ["LICENSE"] +include = [ + {path = "LICENSE", format = "sdist"} +] [tool.poetry.dependencies] python = "^3.10"