add poetry pyproject required fields

This commit is contained in:
Cameron Clough 2023-06-18 16:06:42 +01:00
parent e808a1ec3d
commit aa044ea945
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
[tool.poetry]
name = "opendbc"
version = "1.0.0"
description = "CAN bus databases and tools"
license = "MIT"
authors = ["Vehicle Researcher <user@comma.ai>"]
readme = "README.md"
repository = "https://github.com/commaai/opendbc"