Fix package (#1709)

* test this

* need this

* ?

* test

* doesn't really test anything

* bump
This commit is contained in:
Shane Smiskol
2025-02-10 20:02:55 -06:00
committed by GitHub
parent 92c54d6fe1
commit 4055444c43
3 changed files with 7 additions and 1 deletions

2
MANIFEST.in Normal file
View File

@@ -0,0 +1,2 @@
include opendbc/car/car.capnp
include opendbc/car/include/c++.capnp

View File

@@ -1,3 +1,7 @@
Version 0.2.1 (2025-02-10)
========================
* Fix missing files making car/ package not importable
Version 0.2.0 (2025-02-10)
========================
* Moved car/ directory from openpilot to opendbc. It comprises the APIs necessary to communicate with 275+ car models

View File

@@ -1,6 +1,6 @@
[project]
name = "opendbc"
version = "0.2.0"
version = "0.2.1"
description = "CAN bus databases and tools"
license = { file = "LICENSE" }
authors = [{ name = "Vehicle Researcher", email = "user@comma.ai" }]