From a608e2bd210ba85b170cb5929ad7d9ecfe0b0d69 Mon Sep 17 00:00:00 2001 From: Jairo Llopis <973709+yajo@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:04:05 +0100 Subject: [PATCH] fix(wheel): don't distribute top-level LICENSE file This file lands in `lib/python3.11/site-packages/LICENSE` which is too generic. The package info folder already has its license there. No need to re-include it. If not fixed, it collides with the same file provided by i.e. corallium. See https://github.com/KyleKing/corallium/pull/7 for that matter. @moduon MT-1075 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7574b14..920b466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,6 @@ classifiers = [ ] # https://pypi.org/classifiers/ description = "Test copier templates" documentation = "https://copier-template-tester.kyleking.me" -include = ["LICENSE"] keywords = ["calcipy_template"] license = "MIT" maintainers = []