mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +01:00
d332e491ad
* Update setup scripts * Add delete action, remove Hass config command * Update esphome.js * Lint
26 lines
658 B
INI
26 lines
658 B
INI
[metadata]
|
|
license = MIT
|
|
license_file = LICENSE
|
|
platforms = any
|
|
description = Make creating custom firmwares for ESP32/ESP8266 super easy.
|
|
long_description = file: README.md
|
|
keywords = home, automation
|
|
classifier =
|
|
Environment :: Console
|
|
Intended Audience :: Developers
|
|
Intended Audience :: End Users/Desktop
|
|
License :: OSI Approved :: MIT License
|
|
Programming Language :: C++
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 3
|
|
Topic :: Home Automation
|
|
Topic :: Home Automation
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
builtins = unicode, long, raw_input
|
|
exclude = api_pb2.py
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|