add [project] section to pyproject.toml

pull/214/head
Adeeb Shihadeh 12 months ago committed by GitHub
parent 8e87655a12
commit 985b22d4b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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