From 54c2264403bafb86474cc3aed7a22fb838e9c0b1 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 27 Jul 2024 15:18:47 +0200 Subject: [PATCH] license is not required in pyproject.toml if it's already specified in classifiers. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b014f6de2..47a078b258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ classifiers=[ ] readme = "README.md" -license = {file = "LICENSE.txt"} requires-python = '>= 3.6' keywords = [ "home-automation", "automation", "iot", "mqtt", "websockets", "redis", "dashboard", "notifications"