forked from espressif/esp-modbus
17 lines
342 B
YAML
17 lines
342 B
YAML
version: "2.0.1"
|
|
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
|
url: https://github.com/espressif/esp-modbus
|
|
dependencies:
|
|
idf: ">=5.0"
|
|
files:
|
|
exclude:
|
|
- "docs/**/*"
|
|
- "docs"
|
|
- "test/**/*"
|
|
- "test"
|
|
- "pytest_embedded_log/**/*"
|
|
- "build*/**/*"
|
|
- "**/*.zip"
|
|
- "__pycache__/**/*"
|
|
|