From d5e94d1c843eb2794d8d89055f4ced879be2ac6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 15 Jul 2024 13:02:13 +0200 Subject: [PATCH] Include COPYING in sdist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0b7b77c..da4b304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ gemato = "gemato.cli:setuptools_main" [tool.flit.sdist] include = [ "bin/gemato", + "COPYING", "tox.ini", "tests/*.py", "utils",