Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
9f13a30c
Commit
9f13a30c
authored
Dec 01, 2016
by
Alessandro Bacchini
Committed by
Wenzel Jakob
Dec 01, 2016
Browse files
Add missing C++ headers. Sort headers (#540)
parent
67a68f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
setup.py
setup.py
+8
-5
No files found.
setup.py
View file @
9f13a30c
...
...
@@ -18,18 +18,21 @@ setup(
headers
=
[
'include/pybind11/attr.h'
,
'include/pybind11/cast.h'
,
'include/pybind11/chrono.h'
,
'include/pybind11/common.h'
,
'include/pybind11/complex.h'
,
'include/pybind11/descr.h'
,
'include/pybind11/eigen.h'
,
'include/pybind11/eval.h'
,
'include/pybind11/functional.h'
,
'include/pybind11/numpy.h'
,
'include/pybind11/operators.h'
,
'include/pybind11/options.h'
,
'include/pybind11/pybind11.h'
,
'include/pybind11/pytypes.h'
,
'include/pybind11/stl.h'
,
'include/pybind11/stl_bind.h'
,
'include/pybind11/common.h'
,
'include/pybind11/functional.h'
,
'include/pybind11/operators.h'
,
'include/pybind11/pytypes.h'
,
'include/pybind11/typeid.h'
'include/pybind11/typeid.h'
,
],
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment