From 93a8c5f3c2f90060bce62a36b4bc263fa10d89c7 Mon Sep 17 00:00:00 2001 From: Aeliton G. Silva Date: Fri, 6 Mar 2026 20:27:51 -0300 Subject: Explicit license-files (#99) 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", -- cgit v1.2.3