mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 13:03:52 +08:00
Fix package (#1709)
* test this * need this * ? * test * doesn't really test anything * bump
This commit is contained in:
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
@@ -0,0 +1,2 @@
|
||||
include opendbc/car/car.capnp
|
||||
include opendbc/car/include/c++.capnp
|
||||
@@ -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
|
||||
|
||||
@@ -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" }]
|
||||
|
||||
Reference in New Issue
Block a user