add [project] section to pyproject.toml

old-commit-hash: 985b22d4b7
pull/32199/head
Adeeb Shihadeh 11 months ago committed by GitHub
parent 1f9bc952bf
commit 7dd13bde29
  1. 9
      pyproject.toml

@ -1,3 +1,12 @@
[project]
name = "openpilot"
requires-python = ">= 3.11"
readme = "README.md"
license = {text = "MIT License"}
[project.urls]
Homepage = "https://comma.ai"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--ignore=openpilot/ --ignore=cereal/ --ignore=opendbc/ --ignore=panda/ --ignore=rednose_repo/ --ignore=tinygrad_repo/ --ignore=teleoprtc_repo/ -Werror --strict-config --strict-markers --durations=10 -n auto --dist=loadgroup"

Loading…
Cancel
Save