Skip to content

Commit

Permalink
define project (commaai#1073)
Browse files Browse the repository at this point in the history
* define project

* spacing

* cleanup
  • Loading branch information
sshane authored Aug 1, 2024
1 parent a40652d commit 5c16f7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[tool.poetry]
[project]
name = "opendbc"
version = "1.0.0"
description = "CAN bus databases and tools"
license = "MIT"
authors = ["Vehicle Researcher <[email protected]>"]
license = { file = "LICENSE" }
authors = [{ name = "Vehicle Researcher", email = "[email protected]" }]
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
Expand Down

0 comments on commit 5c16f7e

Please sign in to comment.