mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
bba6d6897d
PyYAML 5.1.2 -> 5.2 https://github.com/yaml/pyyaml/blob/master/CHANGES flake8 3.6.0 -> 3.7.9 https://github.com/PyCQA/flake8/tree/master/docs/source/release-notes paho-mqtt 1.4.0 -> 1.5.0 https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt platformio 4.0.3 -> 4.1.0 https://github.com/platformio/platformio-core/releases protobuf 3.10.0 -> 3.11.1 https://github.com/protocolbuffers/protobuf/releases pylint 2.3.0 -> 2.4.4 http://pylint.pycqa.org/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-4
25 lines
670 B
INI
25 lines
670 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, basestring
|
|
exclude = api_pb2.py
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|