diff --git a/README.md b/README.md index e3b86273f..36e815858 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# pybind11 -- Seamless operability between C++11 and Python +![pybind11 logo](https://github.com/wjakob/pybind11/raw/master/logo.png) + +# pybind11 — Seamless operability between C++11 and Python **pybind11** is a lightweight header library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its diff --git a/logo.png b/logo.png new file mode 100644 index 000000000..36d4c6c90 Binary files /dev/null and b/logo.png differ