1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-06-02 04:41:37 +03:00
library-registry/pyproject.toml
2025-02-04 16:27:27 +01:00

20 lines
358 B
TOML

[tool.black]
line-length = 120
[tool.poetry]
name = "library-registry"
version = "0.0.0"
description = ""
authors = ["Your Name <you@example.com>"]
license = "CC0-1.0"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
yamllint = "^1.35.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"