mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +01:00
30ecb58e06
* Correct implementation of comparisons to be Pythonic If a comparison cannot be made return NotImplemented, this allows the Python interpreter to try other comparisons (eg __ieq__) and either return False (in the case of __eq__) or raise a TypeError exception (eg in the case of __lt__). * Python 3 updates * Add a more helpful message in exception if platform is not defined * Added a basic pre-commit check
24 lines
582 B
INI
24 lines
582 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 :: 3
|
|
Topic :: Home Automation
|
|
Topic :: Home Automation
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
exclude = api_pb2.py
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|