mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 23:21:54 +00:00 
			
		
		
		
	Migrate to SPDX license specifier in pyproject.toml (#10768)
This commit is contained in:
		| @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |||||||
|  |  | ||||||
| [project] | [project] | ||||||
| name        = "esphome" | 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." | 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" | readme      = "README.md" | ||||||
| authors     = [ | authors     = [ | ||||||
| @@ -15,7 +15,6 @@ classifiers = [ | |||||||
|     "Environment :: Console", |     "Environment :: Console", | ||||||
|     "Intended Audience :: Developers", |     "Intended Audience :: Developers", | ||||||
|     "Intended Audience :: End Users/Desktop", |     "Intended Audience :: End Users/Desktop", | ||||||
|     "License :: OSI Approved :: MIT License", |  | ||||||
|     "Programming Language :: C++", |     "Programming Language :: C++", | ||||||
|     "Programming Language :: Python :: 3", |     "Programming Language :: Python :: 3", | ||||||
|     "Topic :: Home Automation", |     "Topic :: Home Automation", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user