TopoToolbox / pytopotoolbox

Python interface to TopoToolbox
https://topotoolbox.github.io/pytopotoolbox/
GNU General Public License v3.0
1 stars 2 forks source link

Add pybind11 license to LICENSES_bundled #21

Closed wkearn closed 2 months ago

wkearn commented 2 months ago

Fixes #20

This should comply with the 3-clause BSD license used by pybind11.

@Teschl Can you confirm that if you run python3 -m build that LICENSES_bundled shows up in the source code archive and wheel that get built?

Teschl commented 2 months ago

I can confirm, LICENSES_bundled does show up in the build archive.