commit | 024932b3799044f8b259d6d4f2760f3e900c1f06 | [log] [tgz] |
---|---|---|
author | Dean Moldovan <dean0x7d@gmail.com> | Sun Aug 20 16:15:33 2017 +0200 |
committer | Dean Moldovan <dean0x7d@gmail.com> | Wed Aug 23 10:44:52 2017 +0200 |
tree | e0d4d5f7a10338e0b6d3c41dee8e42d8a6973117 | |
parent | 3271fecfdee7ae728cedf3316500d7d69f23e100 [diff] [blame] |
Move everything related to `internals` into a separate detail header
diff --git a/setup.py b/setup.py index c67fa02..51ab47d 100644 --- a/setup.py +++ b/setup.py
@@ -16,6 +16,7 @@ 'include/pybind11/detail/common.h', 'include/pybind11/detail/descr.h', 'include/pybind11/detail/init.h', + 'include/pybind11/detail/internals.h', 'include/pybind11/detail/typeid.h' 'include/pybind11/attr.h', 'include/pybind11/buffer_info.h',