commit | a80af9557d211b14c2942177b5371d7d6fc4448c | [log] [tgz] |
---|---|---|
author | Dean Moldovan <dean0x7d@gmail.com> | Mon Sep 04 23:22:22 2017 +0200 |
committer | Dean Moldovan <dean0x7d@gmail.com> | Wed Sep 06 15:22:26 2017 +0200 |
tree | 809d77e1b56b83c092e5f0c8c98e1316b11bd747 | |
parent | 00b8f3655dafe32ae04e05212a5a2aa1e2a0d16a [diff] [blame] |
Add a dummy common.h header with a deprecation warning
diff --git a/setup.py b/setup.py index e24f34b..b761205 100644 --- a/setup.py +++ b/setup.py
@@ -23,6 +23,7 @@ 'include/pybind11/buffer_info.h', 'include/pybind11/cast.h', 'include/pybind11/chrono.h', + 'include/pybind11/common.h', 'include/pybind11/complex.h', 'include/pybind11/eigen.h', 'include/pybind11/embed.h',