drprojects / point_geometric_features

Python wrapper around C++ utility to compute local geometric features of a point cloud
MIT License
52 stars 5 forks source link

Include Pgeof header into the source dist #6

Closed rjanvier closed 11 months ago

rjanvier commented 11 months ago

this PR introduce a small fix to previous enhancements made to the build system (see #4). Previously pgeof.hpp header was not included into the source distribution so python -m build . would fail even if pip install . works . This PR make pgeof truly PEP-517 compatible (as long as Eigen header are available on the build machine)