commaai / laika

Simple Python GNSS processing library
MIT License
634 stars 178 forks source link

WIP: include capnp files in install #136

Closed tylerni7 closed 1 year ago

tylerni7 commented 1 year ago

setup.py by default will only include .py files. This adds .capnp files as well so the new ephemeris.capnp file is included when someone pip installs.

haraschax commented 1 year ago

Yeah a test that pip installs would be cool, will merge this already

tylerni7 commented 1 year ago

oops, was about to add test :)

thanks for closing quickly! I'll try to do it in another PR