From ea4cd5d1a063e866c3442d0a71952b9527726a85 Mon Sep 17 00:00:00 2001 From: Valentin Stanciu <250871+svalentin@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:44:41 +0000 Subject: [PATCH] Add license-files to pyproject.toml so we can upload to pypi --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2395ca3..8ce7d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ authors = [ {name = "The mypy developers", email = "jukka.lehtosalo@iki.fi"} ] license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console",