Add C++ interface for the Python interpreter
diff --git a/setup.py b/setup.py
index 517818e..f1eac9c 100644
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,7 @@
         'include/pybind11/complex.h',
         'include/pybind11/descr.h',
         'include/pybind11/eigen.h',
+        'include/pybind11/embed.h',
         'include/pybind11/eval.h',
         'include/pybind11/functional.h',
         'include/pybind11/numpy.h',