4 Commits

Author SHA1 Message Date
Shane Smiskol
ae12e2d4da packaging: ship DBC source files and runtime data in the wheel (#3349)
* packaging: ship DBC source files and runtime data in the wheel

The 0.3.0 wheel only shipped safety headers via package-data. Every other
data file (.dbc, .capnp, .toml, CARS_template.md) was missing, which meant
the published package couldn't load any DBC or initialize car interfaces
out of the box.

Declare explicit package-data patterns for opendbc.dbc and opendbc.car so
the generator's source .dbc files, rlog.capnp, the torque_data TOMLs, and
the docs template are all included.

After this, a clean \`pip install opendbc\` successfully round-trips a CAN
message through CANPacker + CANParser.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* bump

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 01:26:37 -07:00
Shane Smiskol
7d40d89089 0.3.0 (#3347)
* 0.3.0

* notes

* update

* update
2026-04-22 00:18:45 -07:00
Shane Smiskol
4055444c43 Fix package (#1709)
* test this

* need this

* ?

* test

* doesn't really test anything

* bump
2025-02-10 18:02:55 -08:00
Shane Smiskol
382d1cca41 simple RELEASES.md 2025-02-10 16:54:06 -08:00