mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
Add missing C++ headers. Sort headers (#540)
This commit is contained in:
parent
67a68f1394
commit
9f13a30c6e
13
setup.py
13
setup.py
@ -18,18 +18,21 @@ setup(
|
|||||||
headers=[
|
headers=[
|
||||||
'include/pybind11/attr.h',
|
'include/pybind11/attr.h',
|
||||||
'include/pybind11/cast.h',
|
'include/pybind11/cast.h',
|
||||||
|
'include/pybind11/chrono.h',
|
||||||
|
'include/pybind11/common.h',
|
||||||
'include/pybind11/complex.h',
|
'include/pybind11/complex.h',
|
||||||
'include/pybind11/descr.h',
|
'include/pybind11/descr.h',
|
||||||
'include/pybind11/eigen.h',
|
'include/pybind11/eigen.h',
|
||||||
|
'include/pybind11/eval.h',
|
||||||
|
'include/pybind11/functional.h',
|
||||||
'include/pybind11/numpy.h',
|
'include/pybind11/numpy.h',
|
||||||
|
'include/pybind11/operators.h',
|
||||||
|
'include/pybind11/options.h',
|
||||||
'include/pybind11/pybind11.h',
|
'include/pybind11/pybind11.h',
|
||||||
|
'include/pybind11/pytypes.h',
|
||||||
'include/pybind11/stl.h',
|
'include/pybind11/stl.h',
|
||||||
'include/pybind11/stl_bind.h',
|
'include/pybind11/stl_bind.h',
|
||||||
'include/pybind11/common.h',
|
'include/pybind11/typeid.h',
|
||||||
'include/pybind11/functional.h',
|
|
||||||
'include/pybind11/operators.h',
|
|
||||||
'include/pybind11/pytypes.h',
|
|
||||||
'include/pybind11/typeid.h'
|
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
Loading…
Reference in New Issue
Block a user