mirror of
https://github.com/esphome/esphome.git
synced 2025-10-14 22:47:54 +02:00
Migrate to SPDX license specifier in pyproject.toml (#10768)
This commit is contained in:
parent
11c595bb09
commit
28541bdb1c
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "esphome"
|
||||
license = {text = "MIT"}
|
||||
license = "MIT"
|
||||
description = "ESPHome is a system to configure your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@ -15,7 +15,6 @@ classifiers = [
|
||||
"Environment :: Console",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: C++",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Home Automation",
|
||||
|
Loading…
x
Reference in New Issue
Block a user