From b05870e340e6fa3839df979499c0c22d4727c9f8 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 28 Sep 2025 19:03:07 +0300 Subject: [PATCH] Add license file metadata to pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 60c5c30..f355aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,10 @@ description = "A conservative interactive spell checker for source code." version = "2.3.0" license = "GPL-2.0-only" +license-files = [ + "COPYING.txt", + "SCOWL-LICENSE.txt" +] readme = "README.rst" classifiers = [