commit | 8b405055759bc27708b5203b215779c6031fcc87 | [log] [tgz] |
---|---|---|
author | Henry Schreiner <henryschreineriii@utexas.edu> | Thu Aug 24 17:12:43 2017 -0700 |
committer | Dean Moldovan <dean0x7d@gmail.com> | Fri Aug 25 02:12:43 2017 +0200 |
tree | 66138a179f5a769598dfd7847aaec601683e7365 | |
parent | 3d8df5af033f05c9da300eb67eef3d490a8f7bf2 [diff] [blame] |
Utility for redirecting C++ streams to Python (#1009)
diff --git a/setup.py b/setup.py index 6e7a40a..e24f34b 100644 --- a/setup.py +++ b/setup.py
@@ -28,6 +28,7 @@ 'include/pybind11/embed.h', 'include/pybind11/eval.h', 'include/pybind11/functional.h', + 'include/pybind11/iostream.h', 'include/pybind11/numpy.h', 'include/pybind11/operators.h', 'include/pybind11/options.h',