You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add setup.py with custom build command to optionally build firmware
- Add MANIFEST.in to include firmware, certs, and headers in package
- Update pyproject.toml with proper package metadata and CLI entry points
- Make opendbc import optional to prevent installation failures
- Add CLI entry points for panda-health, panda-flash, and panda-version
- Convert script main functions to be callable from CLI entry points
This allows pandacan to be installed as a standard pip package with all
necessary components including firmware, certificates, and build tools.
0 commit comments