2018-04-07 12:01:50 +02:00
|
|
|
[metadata]
|
2019-03-16 22:24:26 +01:00
|
|
|
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
|
2018-04-10 17:17:46 +02:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
max-line-length = 120
|
2018-12-18 19:31:43 +01:00
|
|
|
exclude = api_pb2.py
|
2019-03-16 22:24:26 +01:00
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|