mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
056c72d50d
* Remove Python 2 support * Remove u-strings * Remove docker symlinks * Remove from travis * Update requirements * Upgrade flake8/pylint * Fixes * Manual * Run pyupgrade * Lint * Remove base_int * Fix * Update platformio_api.py * Update component.cpp
24 lines
622 B
INI
24 lines
622 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
|
|
exclude = api_pb2.py
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|