theunkn0wn1 / rplidar_sdk_python

2 stars 0 forks source link

build wheel #1

Closed theunkn0wn1 closed 3 years ago

theunkn0wn1 commented 4 years ago

This project should produce an bdist_wheel, having users manually copying artefacts out of a Bazel build is sub-optimal.

Tasks:

theunkn0wn1 commented 4 years ago

No runtime python dependencies, looks like pybind11 is not required at runtime. External dependencies: bundled with bdist wheel. 23bd96d71574e4636c59402a1fc46d34296a37e and friends produce a wheel, though its marked as a sdist which is wrong. further effort is required (ugh i might need to switch to setuptools)

theunkn0wn1 commented 3 years ago

closed via #4