From 0615b62e1e1f1ada419ee4204dc2a880782c5bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 8 Jul 2025 17:07:23 -0600 Subject: [PATCH] packaging: Fix license metadata --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa0c14b..aa8a2af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,9 @@ authors = [{ name = "Meltano Team and Contributors", email = "hello@meltano.com" requires-python = ">=3.9" readme = "README.md" license = "MIT" +license-files = [ + "LICENSE", +] maintainers = [{ name = "Meltano Team and Contributors", email = "hello@meltano.com" }] keywords = [ "Postgres", @@ -16,7 +19,6 @@ keywords = [ ] classifiers = [ "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",