From fd81e572acb2239ce0c70cdf7e707e0b6f2ea85f Mon Sep 17 00:00:00 2001 From: AT0myks Date: Tue, 22 Nov 2022 03:30:25 +0100 Subject: [PATCH] Remove license from pyproject.toml It creates an issue where the full license text is used for the metadata field on PyPI. And when using "text", the license name is repeated. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf15cab..e45b3e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ name = "reolinkfw" description = "Extract information from Reolink firmware files." readme = "README.md" requires-python = ">=3.9" -license = {file = "LICENSE"} keywords = ["reolink", "firmware"] authors = [ {name = "AT0myks", email = "at0myks.dev@gmail.com"},