From 5c16f7ec29148b11e36d5c7a4172dd184abd8595 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 1 Aug 2024 16:40:51 -0700 Subject: [PATCH] define project (#1073) * define project * spacing * cleanup --- pyproject.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfb6c2c6e7..91ecc69237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,13 @@ -[tool.poetry] +[project] name = "opendbc" version = "1.0.0" description = "CAN bus databases and tools" -license = "MIT" -authors = ["Vehicle Researcher "] +license = { file = "LICENSE" } +authors = [{ name = "Vehicle Researcher", email = "user@comma.ai" }] readme = "README.md" -repository = "https://github.com/commaai/opendbc" +requires-python = ">=3.9" + +urls = { "homepage" = "https://github.com/commaai/opendbc" } [tool.cython-lint] max-line-length = 120