From a1cac0d351218b6c4de27a2cfec05d745b8b3893 Mon Sep 17 00:00:00 2001 From: "Aeliton G. Silva" Date: Fri, 6 Mar 2026 10:30:40 -0300 Subject: [PATCH] Explicit license-files This entry indicates which files need to distributed with the package. Closes #98. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a382882..b02fca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ readme = "README.md" version = "2.2.4" requires-python = ">= 3.12" license = "MIT" +license-files = ["LICENSE", "AUTHORS"] classifiers=[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License",