license is not required in pyproject.toml if it's already specified in classifiers.

This commit is contained in:
Fabio Manganiello 2024-07-27 15:18:47 +02:00
parent 52d92da907
commit 54c2264403
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -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"