opendbc/pyproject.toml

13 lines
297 B
TOML
Raw Normal View History

2023-06-18 08:06:42 -07:00
[tool.poetry]
2023-06-14 07:55:49 -07:00
name = "opendbc"
2023-06-18 08:06:42 -07:00
version = "1.0.0"
description = "CAN bus databases and tools"
2023-06-14 07:55:49 -07:00
license = "MIT"
2023-06-18 08:06:42 -07:00
authors = ["Vehicle Researcher <user@comma.ai>"]
2023-06-14 07:55:49 -07:00
readme = "README.md"
repository = "https://github.com/commaai/opendbc"
[tool.cython-lint]
max-line-length = 120
ignore = ["E111", "E114"]