Skip to content

Commit

Permalink
define project
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 1, 2024
1 parent a40652d commit dad4789
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
[tool.poetry]
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "opendbc"
version = "1.0.0"
description = "CAN bus databases and tools"
license = "MIT"
authors = ["Vehicle Researcher <[email protected]>"]
description = "CAN bus databases, tools, and car APIs"
license = {file = "LICENSE"}
authors = [{ name="Vehicle Researcher", email="[email protected]" }]
readme = "README.md"
repository = "https://github.com/commaai/opendbc"
requires-python = ">=3.9"

dependencies = [
"ruff",
"Cython",
"Jinja2",
"numpy",
"pycapnp",
"pyyaml",
"scons",
"pytest",
"pytest-xdist",
"pytest-subtests",
]

[project.urls]
homepage = "https://github.com/commaai/opendbc"

[tool.cython-lint]
max-line-length = 120
Expand Down
Empty file added setup.py
Empty file.

0 comments on commit dad4789

Please sign in to comment.