Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 347 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 347 Bytes

Distributing a C++/Python project built with CMake/pybind11 via PyPI

We discuss how to package a Python project with compiled portions written in C++ for distribution on the Python Package Index (PyPI) We use pybind11 to create the C++/Python bindings.